We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd4be1 commit cefc8f9Copy full SHA for cefc8f9
Doc/extending/extending.rst
@@ -77,7 +77,7 @@ the module and a copyright notice if you like).
77
All user-visible symbols defined by :file:`Python.h` have a prefix of ``Py`` or
78
``PY``, except those defined in standard header files.
79
80
-For backward compatibility of existing third party C extensions, :file:`Python.h`
+For backward compatibility, :file:`!Python.h`
81
includes ``<stdio.h>``, ``<string.h>``, ``<errno.h>``, and ``<stdlib.h>`` if
82
:c:macro:`Py_LIMITED_API` is not defined or for limited C API version 3.10 and older.
83
The ``<ctype.h>`` and ``<unistd.h>`` headers are also not included for limited
0 commit comments