]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh93107: [Enum] fix missing variable in global_str (GH-93107)
authorEthan Furman <ethan@stoneleaf.us>
Mon, 23 May 2022 15:56:07 +0000 (08:56 -0700)
committerGitHub <noreply@github.com>
Mon, 23 May 2022 15:56:07 +0000 (08:56 -0700)
commit046df59658c9f64a9f0fc909ed62e92c6c4dd668
tree3aa963ec23a28488a995456b367441a29adbbdd5
parentb2694ab46997746eae7e913738623b39f6334473
gh93107: [Enum] fix missing variable in global_str (GH-93107)
Lib/enum.py
Lib/test/test_enum.py