]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121637: Syntax error for optimized-away incorrect await (#121656)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 22 Jul 2024 21:12:43 +0000 (14:12 -0700)
committerGitHub <noreply@github.com>
Mon, 22 Jul 2024 21:12:43 +0000 (14:12 -0700)
commit2762c6cc5e4c1c0d630568db5fbba7a3a71a507c
tree41e5587b250564cdb29ac4d3a4d3cbd82137eb04
parent69f2dc5c06e62b4a9eb4da8f0cd456cc09b998ed
gh-121637: Syntax error for optimized-away incorrect await (#121656)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/whatsnew/3.14.rst
Lib/test/test_builtin.py
Misc/NEWS.d/next/Core and Builtins/2024-07-12-18-18-44.gh-issue-121297.67VE7b.rst [new file with mode: 0644]
Python/compile.c
Python/symtable.c