[issue21905] RuntimeError in pickle.whichmodule when sys.modules if mutated

Roundup Robot report at bugs.python.org
Sat Oct 4 22:17:51 CEST 2014


Roundup Robot added the comment:

New changeset 86ba3bdfac15 by Antoine Pitrou in branch '3.4':
Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating.
https://hg.python.org/cpython/rev/86ba3bdfac15

New changeset d748a3503ad5 by Antoine Pitrou in branch 'default':
Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating.
https://hg.python.org/cpython/rev/d748a3503ad5

----------
nosy: +python-dev

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


More information about the Python-bugs-list mailing list