cpython/Lib/test/test_importlib/extension
Marcel Plch c2b0b12d1a bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Multi-phase initialized modules allow m_traverse to be called while the
module is still being initialized, so module authors may need to account
for that.
2018-03-17 15:41:20 +10:00
..
__init__.py
__main__.py
test_case_sensitivity.py Merge for #27083 2016-07-16 10:45:16 -07:00
test_finder.py
test_loader.py bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) 2018-03-17 15:41:20 +10:00
test_path_hook.py