mirror of https://github.com/python/cpython
bpo-44219: Mention GH-28250 is a deadlock bugfix (GH-28261)
This commit is contained in:
parent
4338aeeb9e
commit
296b710070
|
@ -1,4 +1,5 @@
|
|||
Release the GIL while performing ``isatty`` system calls on arbitrary file
|
||||
descriptors. In particular, this affects :func:`os.isatty`,
|
||||
:func:`os.device_encoding` and :class:`io.TextIOWrapper`. By extension,
|
||||
:func:`io.open` in text mode is also affected.
|
||||
:func:`io.open` in text mode is also affected. This change solves
|
||||
a deadlock in :func:`os.isatty`. Patch by Vincent Michel in :issue:`44219`.
|
||||
|
|
Loading…
Reference in New Issue