]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135103: Remove an unused local variable in Lib/code.py (GH-135104)
authorChristian Veenhuis <124370897+ChVeen@users.noreply.github.com>
Wed, 4 Jun 2025 04:57:31 +0000 (06:57 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Jun 2025 04:57:31 +0000 (13:57 +0900)
commit8f778f7bb9a8ad80fc06570566ad4de541826178
tree8a8035296bc4182635edfd293ce26a73f556d880
parentdba9de731b231ca0c079205f496d1e3d178b4fd3
gh-135103: Remove an unused local variable in Lib/code.py (GH-135104)

remove unused local variable
Lib/code.py