]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-100762: Fix optimization in gen_close (GH-111069) (#115818)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 Feb 2024 14:05:59 +0000 (15:05 +0100)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2024 14:05:59 +0000 (14:05 +0000)
commiteb4774d2b7f5d50cd3cb8dc5abce9f94ce54197e
treef9081a4741eeeb3639b3ba37409abc9a41cc06ad
parentdb3306081f610e09758dcf7073255be847246b54
[3.12] gh-100762: Fix optimization in gen_close  (GH-111069) (#115818)

gh-100762: Fix optimization in gen_close  (GH-111069)
(cherry picked from commit 0db2517687efcf5ec0174a32398ec1564b3204f1)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/test/test_cprofile.py
Lib/test/test_sys_setprofile.py
Objects/genobject.c