Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4338aee commit 296b710Copy full SHA for 296b710
1 file changed
Misc/NEWS.d/next/Core and Builtins/2021-09-09-10-32-33.bpo-44219.WiYyjz.rst
@@ -1,4 +1,5 @@
1
Release the GIL while performing ``isatty`` system calls on arbitrary file
2
descriptors. In particular, this affects :func:`os.isatty`,
3
:func:`os.device_encoding` and :class:`io.TextIOWrapper`. By extension,
4
-:func:`io.open` in text mode is also affected.
+: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