This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author _doublep
Recipients _doublep, loewis, pyscripter
Date 2008-02-28.23:27:08
SpamBayes Score 0.10993357
Marked as misclassified No
Message-id <1204241229.13.0.568963941475.issue2199@psf.upfronthosting.co.za>
In-reply-to
Content
It doesn't seem 'pickle' itself works:

>>> import pickle
>>> import gtk
>>> s = pickle.dumps (gtk.RC_TOKEN_LOWEST, pickle.HIGHEST_PROTOCOL)
>>> pickle.loads (s)
__main__:1: Warning: cannot retrieve class for invalid (unclassed) type
`<invalid>'

** ERROR **: file pygenum.c: line 55 (pyg_enum_repr): assertion failed:
(G_IS_ENUM_CLASS(enum_class))
aborting...
Aborted
History
Date User Action Args
2008-02-28 23:27:09_doublepsetspambayes_score: 0.109934 -> 0.10993357
recipients: + _doublep, loewis, pyscripter
2008-02-28 23:27:09_doublepsetspambayes_score: 0.109934 -> 0.109934
messageid: <1204241229.13.0.568963941475.issue2199@psf.upfronthosting.co.za>
2008-02-28 23:27:08_doubleplinkissue2199 messages
2008-02-28 23:27:08_doublepcreate