]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121272: set ste_coroutine during symtable construction (#121297)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 3 Jul 2024 09:18:34 +0000 (10:18 +0100)
committerGitHub <noreply@github.com>
Wed, 3 Jul 2024 09:18:34 +0000 (10:18 +0100)
commit93156880efd14ad7adc7d3512552b434f5543890
tree3aa74dce4d254c324c36497dcd9a44f1d0d8ca9a
parent51c4a324c037fb2e31640202243fd1c8b33800d5
gh-121272: set ste_coroutine during symtable construction (#121297)

compiler no longer modifies the symtable after this.
Python/compile.c
Python/symtable.c