mirror of
https://github.com/python/cpython.git
synced 2026-06-26 21:04:42 -04:00
2982bdb936
Argument Clinic now inlines _PyArg_CheckPositional() for the limited C API. The generated code should be as fast or even a little bit faster.
Source files for standard library extension modules, and former extension modules that are now builtin modules.