Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778) | Steve Dower | 2023-12-13 | 1 | -2/+0 |
| | |||||
* | gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864) | Hugo van Kemenade | 2023-11-20 | 1 | -2/+2 |
| | | | Rename Py_NOGIL to Py_GIL_DISABLED | ||||
* | gh-110481: Implement biased reference counting (gh-110764) | Sam Gross | 2023-10-30 | 1 | -0/+6 |
| | |||||
* | gh-85283: Build errno and _ctypes_test with limited C API (#110955) | Victor Stinner | 2023-10-17 | 1 | -1/+1 |
| | | | _testimportmultiple is now built with limited C API version 3.2. | ||||
* | gh-85283: Build _testimportmultiple with limited C API (#110954) | Victor Stinner | 2023-10-17 | 1 | -2/+4 |
| | |||||
* | Remove compile warnings for _testimportmodule | Andrew Svetlov | 2012-12-15 | 1 | -3/+3 |
| | |||||
* | Rename test module names for #16421 to don't clash with other tests. | Andrew Svetlov | 2012-12-15 | 1 | -6/+6 |
| | |||||
* | Issue #16421: allow to load multiple modules from the same shared object. | Andrew Svetlov | 2012-12-14 | 1 | -0/+57 |
Patch by Václav Šmilauer. |