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 tzickel
Recipients benjamin.peterson, brett.cannon, eric.snow, gregory.p.smith, meador.inge, ncoghlan, tzickel
Date 2015-11-01.18:31:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446402673.29.0.936706401125.issue25083@psf.upfronthosting.co.za>
In-reply-to
Content
TL:DR
Python 2 forgot to do I/O error checking when reading .py files from disk. On some rare situations this can bite Python in the ass and cause it to bork .pyc files.

Checked python 3, it checks the I/O in a different / better way.

Next python 2.7 is out in 1.5 month, I really want this fix to get in, did I forgot to nose some developer who can help out ?
History
Date User Action Args
2015-11-01 18:31:13tzickelsetrecipients: + tzickel, brett.cannon, gregory.p.smith, ncoghlan, benjamin.peterson, meador.inge, eric.snow
2015-11-01 18:31:13tzickelsetmessageid: <1446402673.29.0.936706401125.issue25083@psf.upfronthosting.co.za>
2015-11-01 18:31:13tzickellinkissue25083 messages
2015-11-01 18:31:13tzickelcreate