]> granicus.if.org Git - python/commit
[3.8] bpo-37947: Adjust correctly the recursion level in symtable for named expressio...
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 26 Aug 2019 15:27:31 +0000 (16:27 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Aug 2019 15:27:31 +0000 (16:27 +0100)
commit3769425abd8da9a59b9645baf90ef49b9c69c140
tree67bc28f8314db9ded02e4345cb0ba26829e964c2
parent69d22b8fee442c12829a1032a72489c8133de271
[3.8] bpo-37947: Adjust correctly the recursion level in symtable for named expressions (GH-15499) (GH-15515)

(cherry picked from commit 0e4ea16336685cf3fa353d8c54af59b45b2d5c33)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2019-08-26-04-09-57.bpo-37947.mzAQtB.rst [new file with mode: 0644]
Python/symtable.c