]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-64595: Fix regression in file write logic in Argument Clinic (#106449)
authorErlend E. Aasland <erlend@python.org>
Wed, 5 Jul 2023 11:23:22 +0000 (13:23 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Jul 2023 11:23:22 +0000 (13:23 +0200)
commit9d1d4f9c73a71192b22ab52a2eb9278737f98ddb
tree74abe9340f971fd737005719f80a1532671b7222
parenta941bd6c53ac4646926292557a7bb2a86f8025c3
gh-64595: Fix regression in file write logic in Argument Clinic (#106449)

Revert the two commits that introduced the regressions:

 - gh-104152
 - gh-104507
Lib/test/test_clinic.py
Tools/clinic/clinic.py