]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40196: Fix a bug in the symtable when reporting inspecting global variables ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 6 Apr 2020 16:41:24 +0000 (09:41 -0700)
committerGitHub <noreply@github.com>
Mon, 6 Apr 2020 16:41:24 +0000 (09:41 -0700)
commit717f1668b3455b498424577e194719f9beae13a1
treedf92daebb6a5a3353cf638382f7b00d43672abd7
parent44c1cdd53f5f782e7b0d0603a530ba331fa35b94
bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391)

(cherry picked from commit 799d7d61a91eb0ad3256ef9a45a90029cef93b7c)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Lib/symtable.py
Lib/test/test_symtable.py
Misc/NEWS.d/next/Library/2020-04-06-11-05-13.bpo-40196.Jqowse.rst [new file with mode: 0644]