]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109523: Raise a BlockingIOError if reading text from a non-blocking stream cannot...
authorGiovanni Siragusa <siracusano@gmail.com>
Mon, 2 Dec 2024 13:18:30 +0000 (14:18 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2024 13:18:30 +0000 (14:18 +0100)
commit31f16e427b545f66a9a45ea9dd6c933975ce0e4c
treeb474deff7609570a193b6232a2992dc03701af59
parent930ba0ce605eee9e3b992fa368b00a3f2b7dc4c1
gh-109523: Raise a BlockingIOError if reading text from a non-blocking stream cannot immediately return bytes. (GH-122933)
Doc/library/io.rst
Doc/whatsnew/3.14.rst
Lib/_pyio.py
Lib/test/test_io.py
Misc/ACKS
Misc/NEWS.d/next/C_API/2024-08-12-10-15-19.gh-issue-109523.S2c3fi.rst [new file with mode: 0644]
Modules/_io/textio.c