summaryrefslogtreecommitdiff
path: root/Modules/_testmultiphase.c
Commit message (Expand)AuthorAgeFilesLines
* Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147)Miss Islington (bot)2018-07-061-2/+2
* bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111)Miss Islington (bot)2018-05-261-2/+1
* bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)Miss Islington (bot)2018-03-161-3/+49
* Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka2017-01-231-2/+1
* Merge #27782 fix from 3.5Nick Coghlan2016-08-211-1/+32
|\
| * Issue #27782: Fix m_methods handling in multiphase initNick Coghlan2016-08-211-1/+32
* | Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-251-1/+1
|/
* Close #24748: Restore imp.load_dynamic compatibilityNick Coghlan2015-09-051-0/+10
* Issue #24373: Eliminate PEP 489 test refleaksNick Coghlan2015-06-041-6/+14
* fix importing one char extension modules (closes #24328)Benjamin Peterson2015-05-291-0/+8
* Issue #24268: Address some PEP 489 refleaksNick Coghlan2015-05-241-0/+1
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-0/+567