| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194) | Victor Stinner | 2024-10-09 | 1 | -1/+1 |
| | | | | | | Replace PyUnicode_New(0, 0), PyUnicode_FromString("") and PyUnicode_FromStringAndSize("", 0) with Py_GetConstant(Py_CONSTANT_EMPTY_STR). | ||||
| * | gh-117398: Add datetime C-API type check test for subinterpreters (gh-119604) | neonene | 2024-06-13 | 1 | -3/+45 |
| | | | | Check if the DateTime C-API type matches the datetime.date type on main and shared/isolated subinterpreters. | ||||
| * | bpo-36796: Clean the error handling in _testcapimodule.c (GH-13085) | Zackery Spytz | 2023-12-14 | 1 | -8/+38 |
| | | |||||
| * | gh-99300: Replace Py_INCREF() with Py_NewRef() (#99513) | Victor Stinner | 2022-11-16 | 1 | -4/+2 |
| | | | | | Replace Py_INCREF() and Py_XINCREF() using a cast with Py_NewRef() and Py_XNewRef(). | ||||
| * | gh-93649: Split pytime and datetime tests from _testcapimodule.c (#99494) | Erlend E. Aasland | 2022-11-15 | 1 | -0/+453 |
