]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115347: avoid emitting redundant NOP for the docstring with -OO (#115494)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 15 Feb 2024 14:20:19 +0000 (14:20 +0000)
committerGitHub <noreply@github.com>
Thu, 15 Feb 2024 14:20:19 +0000 (14:20 +0000)
commit732faf17a618d65d264ffe775fa6db4508e3d9ff
tree8d9c9e0fb74ca5f689cd83a1f25533ba0523b6c1
parentad4f909e0e7890e027c4ae7fea74586667242ad3
gh-115347: avoid emitting redundant NOP for the docstring with -OO (#115494)
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2024-02-14-23-50-43.gh-issue-115347.VkHvQC.rst [new file with mode: 0644]
Python/compile.c