COMMITS
/ Modules/_testmultiphase.c November 3, 2020
P
Add _PyType_GetModuleByDef (GH-22835)
Petr Viktorin committed
October 22, 2020
D
_testmultiphase: Fix possible ref leak (GH-22881)
Dong-hee Na committed
May 7, 2020
H
bpo-38787: Update structures.rst docs (PEP 573) (GH-19980)
Hai Shi committed
P
bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936)
Petr Viktorin committed
March 17, 2020
V
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Victor Stinner committed
May 29, 2019
A
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
Antoine Pitrou committed
February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
February 17, 2019
M
bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-9391)
Michael Felt committed
July 7, 2018
B
Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147)
Benjamin Peterson committed
May 26, 2018
S
bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111)
Serhiy Storchaka committed
March 17, 2018
M
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Marcel Plch committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
August 21, 2016
N
Merge #27782 fix from 3.5
Nick Coghlan committed
N
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
September 5, 2015
N
Close #24748: Restore imp.load_dynamic compatibility
Nick Coghlan committed
June 4, 2015
N
Issue #24373: Eliminate PEP 489 test refleaks
Nick Coghlan committed
May 29, 2015
B
fix importing one char extension modules (closes #24328)
Benjamin Peterson committed
May 23, 2015
N
Issue #24268: Address some PEP 489 refleaks
Nick Coghlan committed
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed