]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
authorNikita Sobolev <mail@sobolevn.me>
Thu, 3 Feb 2022 09:20:08 +0000 (12:20 +0300)
committerGitHub <noreply@github.com>
Thu, 3 Feb 2022 09:20:08 +0000 (11:20 +0200)
commit0cbdd2131195b0d313762968f604e80a3e65ca9f
tree3f512c22e4ef6bbfc9d2246ad26446271e0e3ce7
parent6394e981adaca2c0daa36c8701611e250d74024c
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
14 files changed:
Lib/_compat_pickle.py
Lib/email/contentmanager.py
Lib/email/quoprimime.py
Lib/http/cookiejar.py
Lib/inspect.py
Lib/json/encoder.py
Lib/lib2to3/pgen2/grammar.py
Lib/locale.py
Lib/multiprocessing/managers.py
Lib/multiprocessing/process.py
Lib/sysconfig.py
Lib/test/test_inspect.py
Lib/tokenize.py
Misc/NEWS.d/next/Library/2022-01-28-19-48-31.bpo-46565.bpZXO4.rst [new file with mode: 0644]