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 iuridiniz
Recipients alexandre.vassalotti, fabioz, holdenweb, iuridiniz, orsenthil
Date 2010-11-21.11:39:10
SpamBayes Score 2.2085082e-07
Marked as misclassified No
Message-id <1290339552.27.0.783637129472.issue8943@psf.upfronthosting.co.za>
In-reply-to
Content
Well, this is a pickle problem or a Interactive console problem?

on python 2.7 does not save a type "type" (like Example class is)
2: type->tp_name = 0x58a87c "instance"
2: type->tp_name = 0x590391 "dict"
2: type->tp_name = 0x5943b6 "str"
2: type->tp_name = 0x5943b6 "str"

on python 3.2 does and when saving a type, it tries to save a global.
History
Date User Action Args
2010-11-21 11:39:12iuridinizsetrecipients: + iuridiniz, holdenweb, orsenthil, fabioz, alexandre.vassalotti
2010-11-21 11:39:12iuridinizsetmessageid: <1290339552.27.0.783637129472.issue8943@psf.upfronthosting.co.za>
2010-11-21 11:39:10iuridinizlinkissue8943 messages
2010-11-21 11:39:10iuridinizcreate