COMMITS
/ Modules/_testmultiphase.c 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