]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-64595: Fix regression in file write logic in Argument Clinic (#106449)...
authorErlend E. Aasland <erlend@python.org>
Wed, 5 Jul 2023 13:17:09 +0000 (15:17 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Jul 2023 13:17:09 +0000 (13:17 +0000)
commitb72601e7e5a8e3286b1345ac14fa21ac2d3056dc
treea9e5f00b6488c3e5f2fb647d0578ff6585aef623
parent74d84cf84d18e8cf69ffef0d7955f80fbc47220a
[3.12] gh-64595: Fix regression in file write logic in Argument Clinic (#106449) (#106452)

Revert the two commits that introduced the regressions:

 - gh-104152
 - gh-104507

(cherry picked from commit 9d1d4f9c73a71192b22ab52a2eb9278737f98ddb)
Lib/test/test_clinic.py
Tools/clinic/clinic.py