Commits
User selector
Commit History
Commits on Mar 3, 2022
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 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204authored
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
Commits on Jul 24, 2021
- authored
Revert "bpo-44717: improve AttributeError on circular imports of submodules (GH-27299)" (GH-27331)
Show description for 3eae8f2authoredbpo-44717: improve AttributeError on circular imports of submodules (GH-27299)
Show description for 8072a11andauthored
Commits on Jun 23, 2021
bpo-43770: Cleanup PyModuleDef_Init() (GH-26879)
Show description for 2a396d6authoredbpo-44486: Make sure that modules always have a dictionary. (GH-26847)
Show description for c3f52b4authored
Commits on Apr 30, 2021
- authored
Two minor fixes for accessing a module's name. (#25658)
Show description for 175a54bauthoredbpo-43901: Lazy-create an empty annotations dict in all unannotated user classes and modules (#25623)
Show description for 2f2b698authored
Commits on Apr 21, 2021
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Show description for cdad272authored
Commits on Jan 18, 2021
bpo-42923: Dump extension modules on fatal error (GH-24207)
Show description for 250035dauthored
Commits on Dec 1, 2020
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Show description for 00d7abdauthored
Commits on Oct 26, 2020
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
Show description for fb5db7eauthored
Commits on Apr 15, 2020
bpo-40268: Remove unused structmember.h includes (GH-19530)
Show description for 4a21e57authored
Commits on Apr 14, 2020
- authored
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Show description for 81a7be3authoredbpo-40268: Include explicitly pycore_interp.h (GH-19505)
Show description for 4a3fe08authored
Commits on Apr 13, 2020
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Show description for da7933eauthored
Commits on Mar 17, 2020
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Show description for 5b1ef20andauthored
Commits on Mar 13, 2020
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Show description for ff4584cauthored
Commits on Feb 11, 2020
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Show description for ffd9753authored
Commits on Feb 7, 2020
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Show description for d2ec81aauthoredbpo-39573: Add Py_SET_REFCNT() function (GH-18389)
Show description for c86a112authored
Commits on Jan 30, 2020
bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254)
Show description for 46874c2authored
Commits on Jan 27, 2020
bpo-38631: Avoid Py_FatalError() in PyModule_Create2() (GH-18212)
Show description for a94c6b6authored
Commits on Oct 8, 2019
bpo-33714: Output an exception raised in module's m_clear(). (GH-16592)
Show description for d7c3873authored andcommitted
Commits on Jul 4, 2019
- authored andcommitted
Commits on May 31, 2019
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Show description for 530f506authored andcommitted
Commits on May 27, 2019
bpo-36763: Implement the PEP 587 (GH-13592)
Show description for 331a6a5authored
Commits on May 14, 2019
bpo-36900: Replace global conf vars with config (GH-13299)
Show description for c96be81authored