Message 250617 - Python tracker
Message250617
| 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:06 | gregory.p.smith | set | recipients: + gregory.p.smith, tzickel |
| 2015-09-14 04:42:06 | gregory.p.smith | set | messageid: <1442205726.37.0.343876242329.issue25083@psf.upfronthosting.co.za> |
| 2015-09-14 04:42:06 | gregory.p.smith | link | issue25083 messages |
| 2015-09-14 04:42:06 | gregory.p.smith | create | |