diff --git a/mitogen/core.py b/mitogen/core.py index a2e797a8..639d80dc 100644 --- a/mitogen/core.py +++ b/mitogen/core.py @@ -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',