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

issue510
David Wilson 6 years ago
parent c9ff4c6506
commit d6dcb8d010

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

Loading…
Cancel
Save