diff options
author | Youfu Zhang <1315097+zhangyoufu@users.noreply.github.com> | 2023-05-19 13:22:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-19 13:22:43 (GMT) |
commit | 9c5aa8967bd7c1b02fb1da055c6b3afcccbbb251 (patch) | |
tree | 12dfd1c117ea4d6bb065cb0714c8c8ea025954e5 /Misc | |
parent | c26d03d5d6da94367c7f9cd93185616f2385db30 (diff) | |
download | cpython-9c5aa8967bd7c1b02fb1da055c6b3afcccbbb251.zip cpython-9c5aa8967bd7c1b02fb1da055c6b3afcccbbb251.tar.gz cpython-9c5aa8967bd7c1b02fb1da055c6b3afcccbbb251.tar.bz2 |
gh-96522: Fix deadlock in pty.spawn (#96639)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-09-07-09-32-07.gh-issue-96522.t73oqp.rst | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -2060,6 +2060,7 @@ Yuxiao Zeng Uwe Zessin Cheng Zhang George Zhang +Youfu Zhang Charlie Zhao Kai Zhu Tarek Ziadé diff --git a/Misc/NEWS.d/next/Library/2022-09-07-09-32-07.gh-issue-96522.t73oqp.rst b/Misc/NEWS.d/next/Library/2022-09-07-09-32-07.gh-issue-96522.t73oqp.rst new file mode 100644 index 0000000..12ed52f --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-09-07-09-32-07.gh-issue-96522.t73oqp.rst @@ -0,0 +1 @@ +Fix potential deadlock in pty.spawn() |