]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 Oct 2014 20:17:26 +0000 (22:17 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 Oct 2014 20:17:26 +0000 (22:17 +0200)
commit5f6a7556bf3071cc1b1ad409cc3ae41379994df1
tree10603bfd3e99b7101fa52acb75f83d61dff5a0e0
parent190517551b183c6e3cf2d333e2ccdcdf3f1d3655
parente1618491adc5c0ef214c25d4e3b882e8586a2fee
Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating.

Patch by Olivier Grisel.
Misc/ACKS
Misc/NEWS