mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Argument Clinic now inlines _PyArg_CheckPositional() for the limited C API. The generated code should be as fast or even a little bit faster.
2 lines
164 B
ReStructuredText
2 lines
164 B
ReStructuredText
The ``fcntl``, ``grp``, ``pwd``, ``termios`` and ``_statistics`` C extensions are now
|
|
built with the :ref:`limited C API <limited-c-api>`. Patch by Victor Stinner.
|