[issue14433] Python 3 interpreter crash on windows when stdin closed in Python shell

Martin v. Löwis report at bugs.python.org
Thu Mar 29 17:06:30 CEST 2012


Martin v. Löwis <martin at v.loewis.de> added the comment:

The crash occurs in the my_fgets implementation, namely when the CRT performs its (standards-violating) parameter validation. The attached patch works around this CRT bug (as has been done in other places already).

----------
keywords: +patch
nosy: +loewis
Added file: http://bugs.python.org/file25066/msvc.diff

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


More information about the Python-bugs-list mailing list