cpython/Lib/test/test_importlib
Miss Islington (bot) 136905fffd
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:03:56 -07:00
..
builtin
data01
data02
data03
extension bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) 2018-03-16 23:03:56 -07:00
frozen
import_
namespace_pkgs
source
zipdata01
zipdata02
__init__.py
__main__.py
abc.py
test_abc.py
test_api.py bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5503) 2018-02-02 19:49:25 -05:00
test_lazy.py
test_locks.py
test_namespace_pkgs.py bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5503) 2018-02-02 19:49:25 -05:00
test_open.py
test_path.py
test_read.py
test_resource.py
test_spec.py
test_util.py
test_windows.py
util.py