Commits
User selector
Commit History
Commits on Mar 8, 2022
Commits on Mar 7, 2022
Commits on Mar 6, 2022
Commits on Mar 3, 2022
- authored
bpo-45459: Use type names in the internal C API (GH-31669)
Show description for 32f0c82authoredbpo-45459: Fix PyModuleDef_Slot type in the limited C API (GH-31668)
Show description for 0b63215authored
Commits on Mar 2, 2022
bpo-46848: Move _PyBytes_Find() to internal C API (GH-31642)
Show description for b6b711aauthoredbpo-46848: Use stringlib/fastsearch in mmap (GH-31625)
Show description for 6ddb09fauthored
Commits on Feb 28, 2022
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
Show description for 08deed1authoredbpo-45431: Rename CFrame to _PyCFrame in the C API (GH-31584)
Show description for 7496f95authored- authored
- authored
Commits on Feb 26, 2022
Commits on Feb 25, 2022
bpo-46816: Remove declarations for non-__STDC__ compilers (GH-31466)
Show description for 4060111authoredbpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Show description for 87af12bauthoredbpo-45316: Move _PyArg_Fini() to internal C API (GH-31580)
Show description for f780d96authoredbpo-45316: Move private functions to internal C API (GH-31579)
Show description for 8f2a337authoredbpo-45316: Move private PyDict functions to internal C API (GH-31577)
Show description for 8ddbdd9authoredbpo-45316: Move private PyCode C API to internal C API (GH-31576)
Show description for 4a0c7a1authored- authored
bpo-46836: Move PyFrameObject to pycore_frame.h (GH-31530)
Show description for 18b5dd6authoredbpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
Show description for 2c228a7authoredbpo-46656: Remove Py_NO_NAN macro (GH-31160)
Show description for 1b2611eauthored
Commits on Feb 24, 2022
- authored
- authored
bpo-45459: C API uses type names rather than structure names (GH-31528)
Show description for 042f31dauthoredbpo-45459: Add pytypedefs.h header file (GH-31527)
Show description for ec091bdauthored- authored