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 vstinner
Recipients pitrou, vstinner
Date 2013-10-29.00:41:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383007288.06.0.856513082934.issue19428@psf.upfronthosting.co.za>
In-reply-to
Content
Since changeset 4059e871e74e (issue #19219), it becomes more clear in the source code that reading data from marshal can fail. It was already true in Python 3.3, but less explicit.

Failures are not documented in Doc/c-api/marshal.rst.

Failures are not tested in zipimport.c, maybe also in other files.
History
Date User Action Args
2013-10-29 00:41:28vstinnersetrecipients: + vstinner, pitrou
2013-10-29 00:41:28vstinnersetmessageid: <1383007288.06.0.856513082934.issue19428@psf.upfronthosting.co.za>
2013-10-29 00:41:28vstinnerlinkissue19428 messages
2013-10-29 00:41:27vstinnercreate