]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-70764: inspect.getclosurevars now identifies global variables with LOAD_GLO...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 6 Nov 2024 00:18:32 +0000 (01:18 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Nov 2024 00:18:32 +0000 (00:18 +0000)
commitba86632f7ea8cc77af770b33f60124ca767698c7
tree46409f5507906233d5d0fa244785e5ca02c6c7fb
parent9dd3addc0cceb90f8489be51bba84211ed2ead4d
[3.13] gh-70764: inspect.getclosurevars now identifies global variables with LOAD_GLOBAL (GH-120143) (#126459)

gh-70764: inspect.getclosurevars now identifies global variables with LOAD_GLOBAL (GH-120143)
(cherry picked from commit 83ba8c2bba834c0b92de669cac16fcda17485e0e)

Co-authored-by: blhsing <blhsing@gmail.com>
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]