]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40196: Fix a bug in the symtable when reporting inspecting global variables ...
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 6 Apr 2020 16:05:57 +0000 (17:05 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Apr 2020 16:05:57 +0000 (17:05 +0100)
commit799d7d61a91eb0ad3256ef9a45a90029cef93b7c
treef682be5556bd71eb9d95f12abf618e1d386f8be5
parent38aefc585f60a77d66f4fbe5a37594a488b53474
bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391)
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]