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 gregory.p.smith
Recipients gregory.p.smith, tzickel
Date 2015-09-14.04:42:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442205726.37.0.343876242329.issue25083@psf.upfronthosting.co.za>
In-reply-to
Content
Inspecting the 2.7 code:

https://hg.python.org/cpython/file/2.7/Python/import.c#l761
following that down to 
https://hg.python.org/cpython/file/2.7/Python/marshal.c#l1126

it looks like it does the right thing on EOF error (from either getc or from fread) and raises an exception which aborts load_compiled_module.
History
Date User Action Args
2015-09-14 04:42:06gregory.p.smithsetrecipients: + gregory.p.smith, tzickel
2015-09-14 04:42:06gregory.p.smithsetmessageid: <1442205726.37.0.343876242329.issue25083@psf.upfronthosting.co.za>
2015-09-14 04:42:06gregory.p.smithlinkissue25083 messages
2015-09-14 04:42:06gregory.p.smithcreate