]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-41840: Report module-level globals as both local and global in the symtable...
authorPablo Galindo <Pablogsal@gmail.com>
Sat, 3 Oct 2020 20:23:03 +0000 (21:23 +0100)
committerGitHub <noreply@github.com>
Sat, 3 Oct 2020 20:23:03 +0000 (21:23 +0100)
commit7b7aa94e51a396365df41f86b7b64a3b74481a6c
treedfb094c2b3cd3d04b2ce3b95b3b1c2e274ccfa95
parente89253756c00ca71ff6476114a052d30d6de3af2
[3.9] bpo-41840: Report module-level globals as both local and global in the symtable module (GH-22391). (GH-22528)

(cherry picked from commit fb0a4651f1be4ad936f8277478f73f262d8eeb72)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/symtable.py
Lib/test/test_symtable.py
Misc/NEWS.d/next/Library/2020-09-23-23-17-59.bpo-41840.QRFr4L.rst [new file with mode: 0644]