]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97922: Run the GC only on eval breaker (#97920)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 8 Oct 2022 14:57:09 +0000 (07:57 -0700)
committerGitHub <noreply@github.com>
Sat, 8 Oct 2022 14:57:09 +0000 (07:57 -0700)
commit83eb827247dd28b13fd816936c74c162e9f52a2d
tree40a8abf0018f178eeadd976ad4cba326f9a86029
parentc66dbddfbaa374a6954897809574ee9fb463e393
gh-97922: Run the GC only on eval breaker (#97920)
Doc/whatsnew/3.12.rst
Include/internal/pycore_gc.h
Include/internal/pycore_interp.h
Lib/test/test_frame.py
Misc/NEWS.d/next/Core and Builtins/2022-10-05-11-37-15.gh-issue-97922.Zu9Bge.rst [new file with mode: 0644]
Modules/gcmodule.c
Modules/signalmodule.c
Python/ceval_gil.c