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 Michael Crouch
Recipients Michael Crouch, alexandre.vassalotti, docs@python, pitrou, sschwarzer
Date 2015-10-28.16:04:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446048294.19.0.675989186886.issue21333@psf.upfronthosting.co.za>
In-reply-to
Content
When pickling an object fails on line 70 of copy_reg.py, a "TypeError" is raised. However, according to section 11.1.3 of the Standard Library documentation, when an unpicklable object is passed to the dump() method the "PicklingError" exception will be raised.
History
Date User Action Args
2015-10-28 16:04:54Michael Crouchsetrecipients: + Michael Crouch, sschwarzer, pitrou, alexandre.vassalotti, docs@python
2015-10-28 16:04:54Michael Crouchsetmessageid: <1446048294.19.0.675989186886.issue21333@psf.upfronthosting.co.za>
2015-10-28 16:04:54Michael Crouchlinkissue21333 messages
2015-10-28 16:04:53Michael Crouchcreate