Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-107782: Use _testcapi to test non-representable signatures (GH-109325) | Serhiy Storchaka | 2023-09-14 | 1 | -0/+44 |
| | | | | | | | | | 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. | ||||
* | gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension ↵ | Serhiy Storchaka | 2023-08-11 | 1 | -9/+55 |
| | | | | functions (GH-107794) | ||||
* | gh-93649: Split memory and docstring tests from _testcapimodule.c (#99517) | Erlend E. Aasland | 2022-11-16 | 1 | -0/+107 |