]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
authorBrandt Bucher <brandtbucher@microsoft.com>
Mon, 12 Feb 2024 09:04:36 +0000 (01:04 -0800)
committerGitHub <noreply@github.com>
Mon, 12 Feb 2024 09:04:36 +0000 (09:04 +0000)
commit235cacff81931a68e8c400bb3919ae6e55462fb5
tree2f4c7d4a8d0f2e0bbdad8e28560609a2aab27bf5
parent54bde5dcc3c04c4ddebcc9df2904ab325fa0b486
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
12 files changed:
Doc/library/sys.rst
Include/cpython/optimizer.h
Lib/test/libregrtest/refleak.py
Lib/test/test_capi/test_opt.py
Lib/test/test_mailbox.py
Misc/NEWS.d/next/Core and Builtins/2024-02-07-18-04-36.gh-issue-114695.o9wP5P.rst [new file with mode: 0644]
Objects/codeobject.c
Python/bytecodes.c
Python/clinic/sysmodule.c.h
Python/generated_cases.c.h
Python/optimizer.c
Python/sysmodule.c