]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-86457: Fix signature for code.replace() (GH-23199) (#107744)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 16 Aug 2023 12:27:32 +0000 (15:27 +0300)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 12:27:32 +0000 (14:27 +0200)
commit9864f9a7c7046d6a0174c8142ddfbb5f07de5925
treeb20f25049e21a6c63215cc6dc9dc23f4c6caa201
parent2598a1a835e5bdf0532c08d867cf54f94aeb85a0
[3.12] gh-86457: Fix signature for code.replace() (GH-23199) (#107744)

* [3.12] gh-86457: Fix signature for code.replace() (GH-23199)

Also add support of @text_signature in Argument Clinic..
(cherry picked from commit 0e6e32fb84b2f7cb668e0b9927637587081e38cd)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* Update 2023-08-07-16-30-48.gh-issue-95065.-im4R5.rst
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