]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-41689: Preserve text signature from tp_doc in C heap type creation. (GH...
authorBenjamin Peterson <benjamin@python.org>
Wed, 2 Sep 2020 16:29:06 +0000 (11:29 -0500)
committerGitHub <noreply@github.com>
Wed, 2 Sep 2020 16:29:06 +0000 (11:29 -0500)
commit3940333637b98a2781869977b077552514784529
tree3b2c264f2acccc540076922a08d7e45e477ad4b1
parent5a4a963a6c798fa9207a9998618a9c0ec3b6b6d7
closes bpo-41689: Preserve text signature from tp_doc in C heap type creation. (GH-22058)
Lib/test/test_capi.py
Misc/NEWS.d/next/C API/2020-09-01-23-39-45.bpo-41689.zxHbLB.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/typeobject.c