]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a `UnboundLocalError` bug in `test_sysconfig` (GH-31000)
authorBrett Cannon <brett@python.org>
Sat, 29 Jan 2022 00:43:36 +0000 (16:43 -0800)
committerGitHub <noreply@github.com>
Sat, 29 Jan 2022 00:43:36 +0000 (00:43 +0000)
commit8b1b27f1939cc4060531d198fdb09242f247ca7c
treef8acbe6f9e07975e8230605e8d909238a7bb4fd4
parent18cb2ef46c9998480f7182048435bc58265c88f2
Fix a `UnboundLocalError` bug in `test_sysconfig` (GH-31000)

Accidentally introduced by GH-24502
Lib/test/test_sysconfig.py