diff options
author | Yury Selivanov <yury@magic.io> | 2018-02-02 14:31:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-02 14:31:06 (GMT) |
commit | 383b32fe108ea627699cc9c644fba5f8bae95d73 (patch) | |
tree | ca66e7a85e8cb517f3e2b8751cf0dcf92d4a4cfd /Misc/NEWS.d/3.7.0b1.rst | |
parent | aa0735f597b072c0eb00404c4d7df359ddc26755 (diff) | |
download | cpython-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/3.7.0b1.rst')
-rw-r--r-- | Misc/NEWS.d/3.7.0b1.rst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Misc/NEWS.d/3.7.0b1.rst b/Misc/NEWS.d/3.7.0b1.rst index 4f7bfee..bd3a611 100644 --- a/Misc/NEWS.d/3.7.0b1.rst +++ b/Misc/NEWS.d/3.7.0b1.rst @@ -196,17 +196,6 @@ by Sanyam Khurana. .. -.. bpo: 31356 -.. date: 2017-11-02-00-34-42 -.. nonce: 54Lb8U -.. section: Core and Builtins - -Add a new contextmanager to the gc module that temporarily disables the GC -and restores the previous state. The implementation is done in C to assure -atomicity and speed. - -.. - .. bpo: 31179 .. date: 2017-08-10-17-32-48 .. nonce: XcgLYI |