Skip to content

Commit 296b710

Browse files
authored
bpo-44219: Mention GH-28250 is a deadlock bugfix (GH-28261)
1 parent 4338aee commit 296b710

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Release the GIL while performing ``isatty`` system calls on arbitrary file
22
descriptors. In particular, this affects :func:`os.isatty`,
33
:func:`os.device_encoding` and :class:`io.TextIOWrapper`. By extension,
4-
:func:`io.open` in text mode is also affected.
4+
:func:`io.open` in text mode is also affected. This change solves
5+
a deadlock in :func:`os.isatty`. Patch by Vincent Michel in :issue:`44219`.

0 commit comments

Comments
 (0)