summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-02-02 14:31:06 (GMT)
committerGitHub <noreply@github.com>2018-02-02 14:31:06 (GMT)
commit383b32fe108ea627699cc9c644fba5f8bae95d73 (patch)
treeca66e7a85e8cb517f3e2b8751cf0dcf92d4a4cfd /Misc/NEWS.d/next
parentaa0735f597b072c0eb00404c4d7df359ddc26755 (diff)
downloadcpython-383b32fe108ea627699cc9c644fba5f8bae95d73.zip
cpython-383b32fe108ea627699cc9c644fba5f8bae95d73.tar.gz
cpython-383b32fe108ea627699cc9c644fba5f8bae95d73.tar.bz2
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495
This reverts commit 72a0d218dcc94a3cc409a9ef32dfcd5a7bbcb43c. The reverted commit had a few issues so it was unanimously decided to undo it. See the bpo issue for details.
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2018-02-02-08-50-46.bpo-31356.MNwUOQ.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-02-02-08-50-46.bpo-31356.MNwUOQ.rst b/Misc/NEWS.d/next/Core and Builtins/2018-02-02-08-50-46.bpo-31356.MNwUOQ.rst
new file mode 100644
index 0000000..5022a13
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2018-02-02-08-50-46.bpo-31356.MNwUOQ.rst
@@ -0,0 +1,2 @@
+Remove the new API added in bpo-31356 (gc.ensure_disabled() context
+manager).