]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138230: Remove dead code in code gen - codegen_check_annotation is only calle...
authorDino Viehland <dinoviehland@meta.com>
Wed, 10 Sep 2025 01:17:00 +0000 (18:17 -0700)
committerGitHub <noreply@github.com>
Wed, 10 Sep 2025 01:17:00 +0000 (18:17 -0700)
commit04c7f362055477efeaf3d539da30a608cdbbdc1e
treee12f0d57e0578c888f2afcc3caffee7423adbee3
parent766e7f150ae93d637824d9b156196d98877504d3
gh-138230: Remove dead code in code gen - codegen_check_annotation is only calle… (#138228)

Remove dead code in code gen - codegen_check_annotation is only called if future annotations are enabled, and if future annotations are enabled it does nothing.
Python/codegen.c