14 Commits (d8320ecb86da8df7c13d8bf8582507f736aa2924)

Author SHA1 Message Date
Serhiy Storchaka a24107b04c
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
Michael Felt 1bf8845f74 bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-9391) 7 years ago
Benjamin Peterson cb4bae72c9
Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147) 8 years ago
Serhiy Storchaka 19de8b3dd7
bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111) 8 years ago
Marcel Plch c2b0b12d1a bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) 8 years ago
Serhiy Storchaka 228b12edcc Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
Nick Coghlan 8682f578c1 Issue #27782: Fix m_methods handling in multiphase init 10 years ago
Serhiy Storchaka ef1585eb9a Issue #25923: Added more const qualifiers to signatures of static and private functions. 11 years ago
Nick Coghlan 9d3c61c86a Close #24748: Restore imp.load_dynamic compatibility 11 years ago
Nick Coghlan 53f95024d7 Issue #24373: Eliminate PEP 489 test refleaks 11 years ago
Benjamin Peterson e20056c8f7 fix importing one char extension modules (closes #24328) 11 years ago
Nick Coghlan a48db2bc8b Issue #24268: Address some PEP 489 refleaks 11 years ago
Nick Coghlan d5cacbb1d9 PEP 489: Multi-phase extension module initialization 11 years ago