Commits
User selector
Commit History
Commits on Mar 6, 2022
bpo-46921: Vectorcall support for `super()` (GH-31687)
Show description for 602024eandauthored
Commits on Feb 25, 2022
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Show description for 87af12bauthored
Commits on Feb 24, 2022
bpo-45459: C API uses type names rather than structure names (GH-31528)
Show description for 042f31dauthored
Commits on Feb 21, 2022
Commits on Feb 15, 2022
bpo-46541: Discover the global strings. (gh-31346)
Show description for 12360aaauthored
Commits on Feb 11, 2022
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Show description for 2049469andauthored
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204authored
Commits on Feb 2, 2022
bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)
Show description for 0ef0853authored
Commits on Feb 1, 2022
Commits on Jan 27, 2022
bpo-40170: Remove PyHeapType_GET_MEMBERS() macro (GH-30942)
Show description for 18ea973authoredbpo-40170: PyType_SUPPORTS_WEAKREFS() becomes a regular function (GH-30938)
Show description for af32b3eauthored
Commits on Jan 22, 2022
bpo-46417: Fix _PyStaticType_Dealloc() (GH-30810)
Show description for a1444f4authoredbpo-46417: Clear Unicode static types at exit (GH-30806)
Show description for 1626bf4authoredbpo-46417: Cleanup typeobject.c code (GH-30795)
Show description for 3a4c15bauthoredbpo-46417: remove_subclass() clears tp_subclasses (GH-30793)
Show description for 2d03b73authoredbpo-46417: Fix race condition on setting type __bases__ (GH-30788)
Show description for f1c6ae3authored
Commits on Jan 21, 2022
bpo-46417: Add _PyType_GetSubclasses() function (GH-30761)
Show description for 8ee07ddauthoredbpo-46417: Add _PyType_CAST() macro (GH-30760)
Show description for bc67f18authoredbpo-46417: Revert remove_subclass() change (GH-30750)
Show description for fda8886authoredbpo-46417: Py_Finalize() clears static types (GH-30743)
Show description for 595225eauthoredbpo-46417: Finalize structseq types at exit (GH-30645)
Show description for e9e3eabauthored
Commits on Jan 6, 2022
bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (GH-30422)
Show description for 35d6540authored
Commits on Dec 19, 2021
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Show description for 29ea68bauthored- authored
Commits on Dec 9, 2021
bpo-46008: Make runtime-global object/type lifecycle functions and state consistent. (gh-29998)
Show description for c8749b5authored
Commits on Dec 7, 2021
bpo-45947: Place dict and values pointer at fixed (negative) offset just before GC header. (GH-29879)
Show description for 8319114authored
Commits on Nov 23, 2021
bpo-44525: Copy free variables in bytecode to allow calls to inner functions to be specialized (GH-29595)
Show description for 135cabdauthored
Commits on Nov 6, 2021
Commits on Nov 4, 2021
Commits on Oct 21, 2021
Commits on Oct 13, 2021
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Show description for a8b9350authoredpycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Show description for 7cdc2a0authored
Commits on Oct 12, 2021
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Show description for d943d19authored
Commits on Oct 11, 2021
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Show description for ce3489cauthored