]> granicus.if.org Git - python/commit
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495
authorYury Selivanov <yury@magic.io>
Fri, 2 Feb 2018 14:31:06 +0000 (09:31 -0500)
committerGitHub <noreply@github.com>
Fri, 2 Feb 2018 14:31:06 +0000 (09:31 -0500)
commit383b32fe108ea627699cc9c644fba5f8bae95d73
treeca66e7a85e8cb517f3e2b8751cf0dcf92d4a4cfd
parentaa0735f597b072c0eb00404c4d7df359ddc26755
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.
Doc/library/gc.rst
Include/internal/mem.h
Lib/test/test_gc.py
Misc/NEWS.d/3.7.0b1.rst
Misc/NEWS.d/next/Core and Builtins/2018-02-02-08-50-46.bpo-31356.MNwUOQ.rst [new file with mode: 0644]
Modules/gcmodule.c