Issue222855

classification
Title: cPickle and packages
Type: Severity: normal
Components: Library Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn
Priority: low Keywords:

Created on 2000-11-18.19:35:48 by bckfnn, last changed 2000-11-18.23:12:02 by bckfnn.

Messages
msg161 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.19:35:48
It looks like the JPython cPickle does not handle packages.  Suppose I pickle an
object of class w.x.y.z . On unpickling the following exception is thrown:

AttributeError: module 'w' has no attribute 'z'

This exception is thrown even if Cpython pickles the object and even if the
object is pickled and unpickled in the same session
msg162 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.23:12:02
Fixed in cPickle.
History
Date User Action Args
2000-11-18 19:35:48bckfnncreate