[issue14583] try/except import fails --without-threads

Brett Cannon report at bugs.python.org
Mon Apr 16 17:44:40 CEST 2012


Brett Cannon <brett at python.org> added the comment:

Just to clarify the failure for the bug history, somehow multiprocessing is not ending up in sys.modules as expected. It changed from a SystemError to a KeyError because I started to properly check a PyDict_GetItem() return value instead of blindly assuming something was going to be in sys.modules.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14583>
_______________________________________


More information about the Python-bugs-list mailing list