Message240592
| 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:52 | vstinner | set | recipients: + vstinner, tim.peters, pitrou, tim.golden, damiro, BreamoreBoy, zach.ware, eryksun, steve.dower |
| 2015-04-13 07:22:52 | vstinner | set | messageid: <1428909772.02.0.856631926471.issue19050@psf.upfronthosting.co.za> |
| 2015-04-13 07:22:51 | vstinner | link | issue19050 messages |
| 2015-04-13 07:22:51 | vstinner | create | |