Brett Cannon <br...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14583>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to