cpython/Doc/includes/tutorial-new-api.rst
2025-12-05 17:29:00 +01:00

9 lines
393 B
ReStructuredText

.. 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.