Martin v. Löwis <mar...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14433>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to