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 vstinner
Recipients BreamoreBoy, damiro, eryksun, pitrou, steve.dower, tim.golden, tim.peters, vstinner, zach.ware
Date 2015-04-13.07:22:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428909772.02.0.856631926471.issue19050@psf.upfronthosting.co.za>
In-reply-to
Content
> This snippet let my interpreter crash immediately

Well, I don't understand the issue. If you write a bug, Python crashes. Ok, so? Please fix your bug. Don't expect Python from recovering from any bug.

The io stack of Python 3 is safer because it has a direct control on file descriptors, whereas Python 2 io stack relies on the C library "stdio.h".

I suggest to close this issue as "wontfix" and add it to the long list of "Bugs in the C stdio (used by the Python I/O)":
https://haypo-notes.readthedocs.org/python.html#bugs-in-the-c-stdio-used-by-the-python-i-o
History
Date User Action Args
2015-04-13 07:22:52vstinnersetrecipients: + vstinner, tim.peters, pitrou, tim.golden, damiro, BreamoreBoy, zach.ware, eryksun, steve.dower
2015-04-13 07:22:52vstinnersetmessageid: <1428909772.02.0.856631926471.issue19050@psf.upfronthosting.co.za>
2015-04-13 07:22:51vstinnerlinkissue19050 messages
2015-04-13 07:22:51vstinnercreate