| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [3.13] gh-117398: Add datetime C-API type check test for subinterpreters ↵ | Miss Islington (bot) | 2024-06-13 | 1 | -3/+45 |
| | | | | | | | | | | (gh-120463) Check if the DateTime C-API type matches the datetime.date type on main and shared/isolated subinterpreters. (cherry picked from commit 50a389565aa0b480792ed06a2ab56fb5a72fc2d8, AKA gh-119604) Co-authored-by: neonene <53406459+neonene@users.noreply.github.com> | ||||
| * | 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 |
