commit | e1618491adc5c0ef214c25d4e3b882e8586a2fee | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 04 22:15:27 2014 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Oct 04 22:15:27 2014 +0200 |
tree | 0d91357929681b4329601ede97fab846a182abac | |
parent | fb8eaae6eb3996f9b02db81662be4e92b690d344 [diff] |
Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating. Patch by Olivier Grisel.