issue #477: blacklist 'thread' module to avoid roundtrip on 2.x->3.x

issue510
David Wilson 5 years ago
parent c9ff4c6506
commit d6dcb8d010

@ -1078,6 +1078,8 @@ class Importer(object):
# a negative round-trip.
'builtins',
'__builtin__',
'thread',
# org.python.core imported by copy, pickle, xml.sax; breaks Jython, but
# very unlikely to trigger a bug report.
'org',

Loading…
Cancel
Save