mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
merge 3.5
This commit is contained in:
@@ -1043,7 +1043,7 @@ class AbstractPickleTests(unittest.TestCase):
|
||||
# Issue 24552
|
||||
global SimpleNewObj
|
||||
save = SimpleNewObj
|
||||
o = object.__new__(SimpleNewObj)
|
||||
o = SimpleNewObj.__new__(SimpleNewObj)
|
||||
b = self.dumps(o, 4)
|
||||
try:
|
||||
SimpleNewObj = 42
|
||||
|
||||
Reference in New Issue
Block a user