]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-86457: Fix signature for code.replace() (GH-23199) (GH-107746)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 9 Aug 2023 06:12:02 +0000 (09:12 +0300)
committerGitHub <noreply@github.com>
Wed, 9 Aug 2023 06:12:02 +0000 (06:12 +0000)
commitedaa0db93ee23b1d936631dedde3adf5a1a0fb13
treee7e78039c29e88fee02740e35303081c9c58c10b
parent0aa3b9d76c036fd306c0fd1c270d5d88d02962a1
[3.11] gh-86457: Fix signature for code.replace() (GH-23199) (GH-107746)

Also add support of @text_signature in Argument Clinic.
(cherry picked from commit 0e6e32fb84b2f7cb668e0b9927637587081e38cd)
Misc/NEWS.d/next/Tools-Demos/2023-08-07-16-30-48.gh-issue-95065.-im4R5.rst [new file with mode: 0644]
Objects/clinic/codeobject.c.h
Objects/codeobject.c
Tools/clinic/clinic.py