Staging
v0.5.1
https://github.com/python/cpython
Revision 927f07c816aad9f8ed961d7ace6a367837f7fa8f authored by Miss Islington (bot) on 14 October 2019, 11:40:15 UTC, committed by Łukasz Langa on 14 October 2019, 11:40:15 UTC
The symbol table handing of PEP572's assignment expressions is not resolving correctly the scope of some variables in presence of global/nonlocal keywords in conjunction with comprehensions.
(cherry picked from commit fd5c414880b2e05720b9cf14ab0b0d7ae2b7d925)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
1 parent ac53ba6
History
Tip revision: 927f07c816aad9f8ed961d7ace6a367837f7fa8f authored by Miss Islington (bot) on 14 October 2019, 11:40:15 UTC
bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16755) (#16760)
Tip revision: 927f07c
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 1.8 KB
.gitignore -rw-r--r-- 1.7 KB
.travis.yml -rw-r--r-- 8.1 KB
CODE_OF_CONDUCT.md -rw-r--r-- 630 bytes
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 65.6 KB
README.rst -rw-r--r-- 9.7 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 491.7 KB
configure.ac -rw-r--r-- 162.3 KB
install-sh -rwxr-xr-x 15.0 KB
pyconfig.h.in -rw-r--r-- 44.1 KB
setup.py -rw-r--r-- 101.7 KB

README.rst

back to top