| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gh-98586: Add vector call APIs to the Limited API (GH-98587) | Wenzel Jakob | 2022-10-27 | 1 | -4/+101 |
| | | | | Expose the facilities for making vector calls through Python's limited API. | ||||
| * | gh-95991: Add some infrastructure for testing Limited API in _testcapi ↵ | Petr Viktorin | 2022-08-17 | 1 | -13/+3 |
| | | | | | | | | | | | | | | (GH-95992) - Limited API needs to be enabled per source file - Some builds don't support Limited API, so Limited API tests must be skipped on those builds (currently this is `Py_TRACE_REFS`, but that may change.) - `Py_LIMITED_API` must be defined before `<Python.h>` is included. This puts the hoop-jumping in `testcapi/parts.h`, so individual test files can be relatively simple. (Currently that's only `vectorcall_limited.c`, imagine more.) | ||||
| * | Disable Limited API tests with Py_TRACE_REFS (GH-95796) | Petr Viktorin | 2022-08-09 | 1 | -0/+15 |
| | | |||||
| * | gh-93274: Expose receiving vectorcall in the Limited API (GH-95717) | Petr Viktorin | 2022-08-08 | 1 | -0/+77 |
