]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-70764: inspect.getclosurevars now identifies global variables with LOAD_GLOBAL...
authorblhsing <blhsing@gmail.com>
Tue, 5 Nov 2024 23:53:54 +0000 (07:53 +0800)
committerGitHub <noreply@github.com>
Tue, 5 Nov 2024 23:53:54 +0000 (15:53 -0800)
commit83ba8c2bba834c0b92de669cac16fcda17485e0e
treeb845c26576d6cb9b669b35e2122d9bdd4e358f14
parentfc233f46d3761b4e808be2c44fda0b843179004e
gh-70764: inspect.getclosurevars now identifies global variables with LOAD_GLOBAL (#120143)
Lib/inspect.py
Lib/test/test_inspect/test_inspect.py
Misc/NEWS.d/next/Library/2024-06-06-04-06-05.gh-issue-70764.6511hw.rst [new file with mode: 0644]