summaryrefslogtreecommitdiffstats
path: root/Modules/_testlimitedcapi.c
Commit message (Expand)AuthorAgeFilesLines
* gh-111495: Add tests for `PyCodec_*` C API (#123343)Bénédikt Tran2024-09-291-0/+3
* gh-111495: Add tests for PyTuple C API (#118757)Sergey B Kirpichev2024-08-261-0/+3
* gh-111495: Add more tests on PyEval C APIs (#122789)Victor Stinner2024-08-081-0/+3
* gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...Petr Viktorin2024-05-061-1/+1
* gh-116322: Add Py_mod_gil module slot (#116882)Brett Simmers2024-05-031-0/+3
* gh-115754: Add Py_GetConstant() function (#116883)Victor Stinner2024-03-211-0/+3
* gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)Victor Stinner2024-03-191-0/+3
* gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)Victor Stinner2024-03-191-0/+3
* gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)Victor Stinner2024-03-191-0/+3
* gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)Victor Stinner2024-03-191-0/+3
* gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)Victor Stinner2024-03-191-0/+6
* gh-116417: Fix WASI build of _testlimitedcapi (#116974)Victor Stinner2024-03-181-8/+8
* gh-116417: Move limited C API list.c tests to _testlimitedcapi (#116602)Victor Stinner2024-03-181-0/+6
* gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)Victor Stinner2024-03-111-1/+13
* gh-116417: Add _testlimitedcapi C extension (#116419)Victor Stinner2024-03-071-0/+36