[issue25083] Python can sometimes create incorrect .pyc files

tzickel report at bugs.python.org
Sun Nov 1 13:31:13 EST 2015


tzickel added the comment:

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 ?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25083>
_______________________________________


More information about the Python-bugs-list mailing list