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 James.Sanders
Recipients James.Sanders, alexandre.vassalotti, pitrou
Date 2012-01-24.14:33:51
SpamBayes Score 2.0493213e-10
Marked as misclassified No
Message-id <1327415632.34.0.139831531678.issue13842@psf.upfronthosting.co.za>
In-reply-to
Content
I've submitted a patch that just uses save_global to pickle Ellipsis and NotImplemented, so the resulting pickle should be unpicklable anywhere.  I'm completely new to the C API so not sure if the way I am building python strings (to pass to save_global) is correct, but it seems to work.
History
Date User Action Args
2012-01-24 14:33:52James.Sanderssetrecipients: + James.Sanders, pitrou, alexandre.vassalotti
2012-01-24 14:33:52James.Sanderssetmessageid: <1327415632.34.0.139831531678.issue13842@psf.upfronthosting.co.za>
2012-01-24 14:33:51James.Sanderslinkissue13842 messages
2012-01-24 14:33:51James.Sanderscreate