]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107782: Use _testcapi to test non-representable signatures (GH-109325)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 14 Sep 2023 06:12:17 +0000 (09:12 +0300)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2023 06:12:17 +0000 (09:12 +0300)
commit1f885df2a580360c5de69cc41191f3c6bfaaeb35
tree8ac79a07687449051fd4a4a916d005d7ff9cf4ac
parenta806e920c41d64a442708871fba260831fedc472
gh-107782: Use _testcapi to test non-representable signatures (GH-109325)

Builtin functions and methods that have non-representable signatures today
will have representable signatures yesterday, and they will become unusable
for testing this feature.

So we need to add special functions and methods to the _testcapi module
that always have non-representable signatures.
Lib/test/test_pydoc.py
Modules/_testcapi/docstring.c
Tools/c-analyzer/cpython/ignored.tsv