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 alexandre.vassalotti
Recipients alexandre.vassalotti, pitrou, serhiy.storchaka, vstinner
Date 2013-04-13.20:17:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365884274.3.0.834755863533.issue17710@psf.upfronthosting.co.za>
In-reply-to
Content
I also wrote a patch for this. I took I slightly different approach though. I fixed the C implementation to be more strict on the quoting. Currently, it strips trailing non-printable characters, something pickle.py doesn't do.

I also cleaned up the tests to check this behavior.
History
Date User Action Args
2013-04-13 20:17:54alexandre.vassalottisetrecipients: + alexandre.vassalotti, pitrou, vstinner, serhiy.storchaka
2013-04-13 20:17:54alexandre.vassalottisetmessageid: <1365884274.3.0.834755863533.issue17710@psf.upfronthosting.co.za>
2013-04-13 20:17:54alexandre.vassalottilinkissue17710 messages
2013-04-13 20:17:54alexandre.vassalotticreate