]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113317: Argument Clinic: don't use global state in warn() and fail() (#115510)
authorErlend E. Aasland <erlend@python.org>
Thu, 15 Feb 2024 12:22:21 +0000 (13:22 +0100)
committerGitHub <noreply@github.com>
Thu, 15 Feb 2024 12:22:21 +0000 (13:22 +0100)
commit7f074a771bc4e3e299799fabf9b054a03f6693d2
tree69e4f690c42420927b6841d54fb73c9bd1bae840
parent98ee4ecdbc07ecb8afc37383ad9f7a8466a6d795
gh-113317: Argument Clinic: don't use global state in warn() and fail() (#115510)
Lib/test/test_clinic.py
Tools/clinic/clinic.py