Files
cpython/Modules
Victor Stinner 2982bdb936 gh-85283: Build _statistics extension with the limited C API (#116927)
Argument Clinic now inlines _PyArg_CheckPositional() for the limited
C API. The generated code should be as fast or even a little bit
faster.
2024-03-17 18:59:02 +01:00
..

Source files for standard library extension modules,
and former extension modules that are now builtin modules.