Skip to content

Commit 60ddf49

Browse files
miss-islingtonambv
andauthored
bpo-44219: Mention GH-28250 is a deadlock bugfix (GH-28261) (GH-28274)
(cherry picked from commit 296b710) Co-authored-by: Łukasz Langa <[email protected]>
1 parent 8fc5300 commit 60ddf49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
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)