cpython/Doc/includes/tutorial-new-api.rst

10 lines
393 B
ReStructuredText
Raw Normal View History

2025-11-28 18:11:04 +01:00
.. note::
This tutorial may use API that was added in CPython |version|.
To create an extension compatible with earlier versions of CPython, please
follow an earlier version of this documentation.
This tutorial uses some syntax added in C11 and C++20.
If your extension needs to be compatible with earlier standards,
please follow an earlier version of this documentation.