]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-132744: Check recursion limit in _PY_FRAME_GENERAL (GH-132746) (GH-138032)
authorKliment Lamonov <klimentlamonov@yandex.ru>
Fri, 22 Aug 2025 12:25:24 +0000 (15:25 +0300)
committerGitHub <noreply@github.com>
Fri, 22 Aug 2025 12:25:24 +0000 (20:25 +0800)
commitebccd1de88d4034f8aa847544e6ad35bb3381936
tree7076ea6286262ae6785f030169f5b0f2be624d40
parent8f2280272d7e551047b7fb3f7baea885275247b1
[3.13] gh-132744: Check recursion limit in _PY_FRAME_GENERAL (GH-132746) (GH-138032)
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_opcache.py
Misc/NEWS.d/next/Core and Builtins/2025-04-20-10-37-39.gh-issue-132744.ArrCp8.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_cases.c.h