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 malin
Recipients malin
Date 2021-02-23.14:05:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614089158.05.0.547226223268.issue43305@roundup.psfhosted.org>
In-reply-to
Content
654    PyErr_Fetch(&t, &v, &tb);
655    if (v == NULL || !PyErr_GivenExceptionMatches(v, PyExc_BlockingIOError)) {
                                                     ↑  this should be t
https://github.com/python/cpython/blob/v3.10.0a5/Modules/_io/bufferedio.c#L654-L655

Does this need a test case?
History
Date User Action Args
2021-02-23 14:05:58malinsetrecipients: + malin
2021-02-23 14:05:58malinsetmessageid: <1614089158.05.0.547226223268.issue43305@roundup.psfhosted.org>
2021-02-23 14:05:58malinlinkissue43305 messages
2021-02-23 14:05:57malincreate