mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
10 lines
393 B
ReStructuredText
10 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.
|