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.10:47:09
SpamBayes Score 0.00078774465
Marked as misclassified No
Message-id <1290336432.68.0.00904957682314.issue8943@psf.upfronthosting.co.za>
In-reply-to
Content
Bug stills on branch 
http://svn.python.org/projects/python/branches/py3k 
branch http://svn.python.org/projects/python/branches/release27-maint is OK

doing some gdb on 3.2, I have discovered that the problem occurs when trying to dump global Example from module __console__ on py3k/Modules/_pickle.c:save_global:2536

Python 2.7 never calls save_global (why?)

in annex: an update test
History
Date User Action Args
2010-11-21 10:47:12iuridinizsetrecipients: + iuridiniz, holdenweb, orsenthil, fabioz, alexandre.vassalotti
2010-11-21 10:47:12iuridinizsetmessageid: <1290336432.68.0.00904957682314.issue8943@psf.upfronthosting.co.za>
2010-11-21 10:47:09iuridinizlinkissue8943 messages
2010-11-21 10:47:09iuridinizcreate