]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-132396: Resolve 'redefinition of unused name' errors in ``Lib/test/`` ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 18 Apr 2025 19:35:35 +0000 (21:35 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Apr 2025 19:35:35 +0000 (20:35 +0100)
commit10f37b36b48d2c9481803ee8ffc1ba592a94b889
treedfaeb996b39af83e95e5850210b96a0c50eb32f6
parent151828d52026a1d39e31e60cca53a76e876538f2
[3.13] gh-132396: Resolve 'redefinition of unused name' errors in ``Lib/test/`` (GH-132397) (#132699)

gh-132396: Resolve 'redefinition of unused name' errors in ``Lib/test/`` (GH-132397)
(cherry picked from commit 1d5dc5f1c37ce28a635386189020cf49b3f7f1c3)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
.pre-commit-config.yaml
Lib/test/.ruff.toml
Lib/test/test_dataclasses/__init__.py
Lib/test/test_descr.py
Lib/test/test_enum.py
Lib/test/test_import/__init__.py
Lib/test/test_pkg.py
Lib/test/test_with.py
Lib/test/test_yield_from.py