]> granicus.if.org Git - python/commit
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 Feb 2018 15:04:32 +0000 (07:04 -0800)
committerYury Selivanov <yury@magic.io>
Fri, 2 Feb 2018 15:04:32 +0000 (10:04 -0500)
commit29fd9eae432a54c963262e895b46f081f238539a
treedbaced2d8b3e5599f2bb767997861c38138cf969
parent709f6ad7f84855ebdbe3e7702571b0e1447b885b
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496)

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.
(cherry picked from commit 383b32fe108ea627699cc9c644fba5f8bae95d73)

Co-authored-by: Yury Selivanov <yury@magic.io>
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