]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-86457: Fix signature for code.replace() (GH-23199)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 7 Aug 2023 20:34:53 +0000 (23:34 +0300)
committerGitHub <noreply@github.com>
Mon, 7 Aug 2023 20:34:53 +0000 (23:34 +0300)
commit0e6e32fb84b2f7cb668e0b9927637587081e38cd
tree8d4b794983453a913ac6d805016b352b84373bb8
parentbea5f93196d213d6fbf4ba8984caf4c3cd1da882
gh-86457: Fix signature for code.replace() (GH-23199)

Also add support of @text_signature in Argument Clinic.
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