summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi/datetime.c
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] bpo-36796: Clean the error handling in _testcapimodule.c (GH-13085) ↵Miss Islington (bot)2023-12-141-8/+38
| | | | | | | (GH-113132) (cherry picked from commit a723a13bf135306cdc5999a959596bfb487e8f4f) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
* gh-99300: Replace Py_INCREF() with Py_NewRef() (#99513)Victor Stinner2022-11-161-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. Aasland2022-11-151-0/+453