]> granicus.if.org Git - python/commit
Whoops! Add a missing 'instantiated = 1' to load_inst(); otherwise it
authorGuido van Rossum <guido@python.org>
Mon, 13 Apr 1998 18:08:45 +0000 (18:08 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 13 Apr 1998 18:08:45 +0000 (18:08 +0000)
commitb19e2a383c7e7b702a50508f42c94642b9047ec3
tree1db0b4f16a030fa8fc8ea728cc206f9a5351d526
parentc4f1ca1967ef15c3a9491dd672d0e79603550dba
Whoops!  Add a missing 'instantiated = 1' to load_inst(); otherwise it
would still try to call the class...
Lib/pickle.py