]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-122821: Simplify compilation of while statements to ensure consistency of offsets...
authorMark Shannon <mark@hotpy.org>
Tue, 13 Aug 2024 09:25:44 +0000 (10:25 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2024 09:25:44 +0000 (10:25 +0100)
commitfe23f8ed970425828de20fb48750fa89da914886
tree4bcd11c9d4f579a73345b0212d126e764c5ba662
parent0e207f3e7adc6a0fdbe1482ce01163ff04d5ddcb
GH-122821: Simplify compilation of while statements to ensure consistency of offsets for sys.monitoring (GH-122934)
Include/internal/pycore_magic_number.h
Lib/test/test_capi/test_opt.py
Lib/test/test_dis.py
Lib/test/test_monitoring.py
Misc/NEWS.d/next/Core_and_Builtins/2024-08-12-11-45-47.gh-issue-122821.WnAzTK.rst [new file with mode: 0644]
Python/compile.c