Attilio Di Nisio added the comment:
Duplicate of #21905
Fixed in https://hg.python.org/cpython/rev/86ba3bdfac15
--
resolution: -> duplicate
status: open -> closed
versions: +Python 3.5
___
Python tracker
<http://bugs.python.org/i
Changes by Attilio Di Nisio :
--
keywords: +patch
Added file: http://bugs.python.org/file36499/pickle.py.diff
___
Python tracker
<http://bugs.python.org/issue22
Attilio Di Nisio added the comment:
diff -r fb3aee1cff59 Lib/pickle.py
--- a/Lib/pickle.py Wed Aug 27 09:41:05 2014 -0700
+++ b/Lib/pickle.py Thu Aug 28 10:59:37 2014 +0200
@@ -280,7 +280,7 @@
module_name = getattr(obj, '__module__', None)
if module_name i
Attilio Di Nisio added the comment:
A simple patch to freeze the list of sys.modules.
--
___
Python tracker
<http://bugs.python.org/issue22292>
___
___
Python-bug