Issue529242

classification
Title: Python singletons deserialization bug
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn, pedronis
Priority: normal Keywords:

Created on 2002-03-13.02:28:52 by pedronis, last changed 2002-09-18.13:40:02 by bckfnn.

Files
File name Uploaded Description Edit Remove
test.py pedronis, 2002-03-13.02:28:52 bug test [attempt]
Messages
msg621 (view) Author: Samuele Pedroni (pedronis) Date: 2002-03-13.02:28:52
Java serialized None, Ellipsis etc
are not deserialized back to the unique
system singletons.
msg622 (view) Author: Finn Bock (bckfnn) Date: 2002-09-18.13:37:36
Logged In: YES 
user_id=4201

Added as test368.
msg623 (view) Author: Finn Bock (bckfnn) Date: 2002-09-18.13:40:02
Logged In: YES 
user_id=4201

Fixed in PythonObjectInputStream.java: 1.9;
History
Date User Action Args
2002-03-13 02:28:52pedroniscreate