index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_testmultiphase.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes
2021-10-22
1
-0/+3
*
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner
2021-10-15
1
-0/+1
*
bpo-44050: Extension modules can share state when they don't support sub-inte...
Hai Shi
2021-10-05
1
-0/+22
*
Add _PyType_GetModuleByDef (GH-22835)
Petr Viktorin
2020-11-03
1
-1/+7
*
_testmultiphase: Fix possible ref leak (GH-22881)
Dong-hee Na
2020-10-22
1
-0/+4
*
bpo-38787: Update structures.rst docs (PEP 573) (GH-19980)
Hai Shi
2020-05-07
1
-10/+6
*
bpo-38787: C API for module state access from extension methods (PEP 573) (GH...
Petr Viktorin
2020-05-07
1
-8/+227
*
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Victor Stinner
2020-03-17
1
-51/+3
*
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...
Antoine Pitrou
2019-05-29
1
-1/+1
*
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka
2019-02-25
1
-2/+5
*
bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-9391)
Michael Felt
2019-02-17
1
-0/+8
*
Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147)
Benjamin Peterson
2018-07-07
1
-2/+2
*
bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111)
Serhiy Storchaka
2018-05-26
1
-2/+1
*
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Marcel Plch
2018-03-17
1
-3/+49
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-2/+1
*
Merge #27782 fix from 3.5
Nick Coghlan
2016-08-21
1
-1/+32
|
\
|
*
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan
2016-08-21
1
-1/+32
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-1/+1
|
/
*
Close #24748: Restore imp.load_dynamic compatibility
Nick Coghlan
2015-09-05
1
-0/+10
*
Issue #24373: Eliminate PEP 489 test refleaks
Nick Coghlan
2015-06-04
1
-6/+14
*
fix importing one char extension modules (closes #24328)
Benjamin Peterson
2015-05-29
1
-0/+8
*
Issue #24268: Address some PEP 489 refleaks
Nick Coghlan
2015-05-23
1
-0/+1
*
PEP 489: Multi-phase extension module initialization
Nick Coghlan
2015-05-23
1
-0/+567