summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/pickletester.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/pickletester.py b/Lib/test/pickletester.py
index 01e7a93..71640db 100644
--- a/Lib/test/pickletester.py
+++ b/Lib/test/pickletester.py
@@ -14,6 +14,9 @@ class myint(int):
self.str = str(x)
class initarg(C):
+
+ __safe_for_unpickling__ = 1
+
def __init__(self, a, b):
self.a = a
self.b = b