[issue17314] Stop using imp.find_module() in multiprocessing

Brett Cannon report at bugs.python.org
Sun May 26 00:50:44 CEST 2013


Brett Cannon added the comment:

Catching the AttributeError is in case a loader is used that doesn't define init_module_attrs(). Since it will be new to Python 3.4 I can't guarantee that it will exist (in case someone doesn't subclass the proper ABC).

----------

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


More information about the Python-bugs-list mailing list