aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-02-02 20:41:05 +0000
committerPablo Galindo <pablogsal@gmail.com>2021-02-02 20:41:05 +0000
commit22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3 (patch)
tree961a08965e0bc66dcb60bb6b4ee78778af1bb1bf /Misc/NEWS.d/next/IDLE/2019-11-14-23-41-07.bpo-23544.3etemb.rst
parentbpo-43108: Fix a reference leak in the curses module (GH-24420) (diff)
downloadcpython-22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3.tar.gz
cpython-22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3.tar.bz2
cpython-22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3.zip
Python 3.10.0a5
Diffstat (limited to 'Misc/NEWS.d/next/IDLE/2019-11-14-23-41-07.bpo-23544.3etemb.rst')
-rw-r--r--Misc/NEWS.d/next/IDLE/2019-11-14-23-41-07.bpo-23544.3etemb.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-11-14-23-41-07.bpo-23544.3etemb.rst b/Misc/NEWS.d/next/IDLE/2019-11-14-23-41-07.bpo-23544.3etemb.rst
deleted file mode 100644
index eb4a56bf100..00000000000
--- a/Misc/NEWS.d/next/IDLE/2019-11-14-23-41-07.bpo-23544.3etemb.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Disable Debug=>Stack Viewer when user code is running or Debugger
-is active, to prevent hang or crash. Patch by Zackery Spytz.