cpython/Lib/test/test_importlib/extension
Miss Islington (bot) 1da0479f68
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.
(cherry picked from commit c2b0b12d1a)

Co-authored-by: Marcel Plch <gmarcel.plch@gmail.com>
2018-03-16 23:29:30 -07:00
..
__init__.py Issue #22002: Make full use of test discovery in test sub-packages. 2014-07-23 12:00:29 -05:00
__main__.py Issue #22002: Make full use of test discovery in test sub-packages. 2014-07-23 12:00:29 -05:00
test_case_sensitivity.py Merge for #27083 2016-07-16 10:45:16 -07:00
test_finder.py Issue #21099: Switch applicable importlib tests to use PEP 451 API. 2016-05-10 16:21:03 -06:00
test_loader.py bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) 2018-03-16 23:29:30 -07:00
test_path_hook.py Issue #23277: Remove unused imports in tests. 2016-04-24 21:41:02 +03:00