diff options
author | Tal Einat <532281+taleinat@users.noreply.github.com> | 2021-05-27 14:29:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-27 14:29:55 (GMT) |
commit | abc4bd5db91c86b6b74289241378a13bd3a0a5e2 (patch) | |
tree | 6b797b315c7307a005752e7342abb900496df6f3 /Misc | |
parent | 8cec740820fc875117bfa7b6bdb10202ebeb8fd5 (diff) | |
download | cpython-abc4bd5db91c86b6b74289241378a13bd3a0a5e2.zip cpython-abc4bd5db91c86b6b74289241378a13bd3a0a5e2.tar.gz cpython-abc4bd5db91c86b6b74289241378a13bd3a0a5e2.tar.bz2 |
bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2021-05-27-13-39-43.bpo-41611.liNQqj.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2021-05-27-13-39-43.bpo-41611.liNQqj.rst b/Misc/NEWS.d/next/IDLE/2021-05-27-13-39-43.bpo-41611.liNQqj.rst new file mode 100644 index 0000000..27d778b --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2021-05-27-13-39-43.bpo-41611.liNQqj.rst @@ -0,0 +1 @@ +Fix IDLE sometimes freezing upon tab-completion on macOS. |