Victor Stinner 8d55faf2d6
Remove internal _PyTime_AsLong() function (#141053)
* Replace _PyTime_AsLong() with PyLong_FromInt64()
* Replace _PyTime_FromLong() with PyLong_AsInt64().
2025-11-05 18:37:06 +01:00
..
2025-04-30 11:46:41 +02:00

Miscellaneous source files for the main Python shared library