]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo: Use AsyncFor element access in codegen (#127278)
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>
Tue, 26 Nov 2024 01:00:46 +0000 (02:00 +0100)
committerGitHub <noreply@github.com>
Tue, 26 Nov 2024 01:00:46 +0000 (01:00 +0000)
commit4fd9eb2aca21489ea0841155cdb81cb30dda73d3
treea0195cda6eb738a06ac8ef33a5c3b2de667a90ef
parent193890c1ccab4b398a218c6c8e91831477aa2ebb
Fix typo: Use AsyncFor element access in codegen (#127278)

Use AsyncFor element access in codegen
Python/codegen.c