Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584) | Victor Stinner | 2023-11-01 | 1 | -1/+1 |
| | |||||
* | gh-110481: Implement biased reference counting (gh-110764) | Sam Gross | 2023-10-30 | 1 | -0/+6 |
| | |||||
* | gh-109723: Fix build of _testclinic_limited on WASM (#109842) | Victor Stinner | 2023-09-25 | 1 | -0/+6 |
| | | | Make sure that the Py_BUILD_CORE macro is not defined. | ||||
* | gh-108494: AC supports pos-only args in limited C API (#108498) | Victor Stinner | 2023-08-25 | 1 | -0/+18 |
| | | | | AC now checks for "#define Py_LIMITED_API" pattern to use the limited C API. | ||||
* | gh-108494: Argument Clinic partial supports of Limited C API (#108495) | Victor Stinner | 2023-08-25 | 1 | -0/+69 |
Argument Clinic now has a partial support of the Limited API: * Add --limited option to clinic.c. * Add '_testclinic_limited' extension which is built with the limited C API version 3.13. * For now, hardcode in clinic.py that "_testclinic_limited.c" targets the limited C API. |