summaryrefslogtreecommitdiff
path: root/Modules/_testmultiphase.c
Commit message (Expand)AuthorAgeFilesLines
* [3.9] bpo-44050: Extension modules can share state when they don't support su...Ɓukasz Langa2021-10-051-0/+24
* bpo-38787: Update structures.rst docs (PEP 573) (GH-19980)Hai Shi2020-05-071-10/+6
* bpo-38787: C API for module state access from extension methods (PEP 573) (GH...Petr Viktorin2020-05-071-8/+227
* bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)Victor Stinner2020-03-171-51/+3
* bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...Antoine Pitrou2019-05-291-1/+1
* bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)Serhiy Storchaka2019-02-251-2/+5
* bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-9391)Michael Felt2019-02-171-0/+8
* Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147)Benjamin Peterson2018-07-061-2/+2
* bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111)Serhiy Storchaka2018-05-261-2/+1
* bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)Marcel Plch2018-03-171-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