summaryrefslogtreecommitdiffstats
path: root/Lib/test/pickletester.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-02-01 02:16:37 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-02-01 02:16:37 (GMT)
commit1f1b2d2e68ef520c2c7a937a4f429020a4627356 (patch)
treee734d7746fc60baa64755a45689f64f0c186a7a3 /Lib/test/pickletester.py
parent371935fc065e69c59c5382cbbf2cb098cf410f0e (diff)
downloadcpython-1f1b2d2e68ef520c2c7a937a4f429020a4627356.zip
cpython-1f1b2d2e68ef520c2c7a937a4f429020a4627356.tar.gz
cpython-1f1b2d2e68ef520c2c7a937a4f429020a4627356.tar.bz2
Removed all uses of the out-of-favor __safe_for_unpickling__ magic
attr, and copy_reg.safe_constructors.
Diffstat (limited to 'Lib/test/pickletester.py')
-rw-r--r--Lib/test/pickletester.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/pickletester.py b/Lib/test/pickletester.py
index ed0e436..8211dcf 100644
--- a/Lib/test/pickletester.py
+++ b/Lib/test/pickletester.py
@@ -15,8 +15,6 @@ class myint(int):
class initarg(C):
- __safe_for_unpickling__ = 1
-
def __init__(self, a, b):
self.a = a
self.b = b