mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Merge 3.3
This commit is contained in:
commit
bdc3eb7623
1 changed files with 2 additions and 2 deletions
|
|
@ -379,8 +379,8 @@ def __init__(me, initvalue, foo):
|
|||
self.assertEqual(obj.__class__, obj2.__class__)
|
||||
self.assertEqual(obj.foo, obj2.foo)
|
||||
self.assertEqual(obj.tell(), obj2.tell())
|
||||
obj.close()
|
||||
self.assertRaises(ValueError, pickle.dumps, obj, proto)
|
||||
obj2.close()
|
||||
self.assertRaises(ValueError, pickle.dumps, obj2, proto)
|
||||
del __main__.PickleTestMemIO
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue