mirror of
https://github.com/python/cpython.git
synced 2026-08-02 07:05:38 -04:00
b296c7442b
Adds `ctypes.c_time_t` to represent the C `time_t` type accurately as its size varies. Primarily-authored-by: Adam Turner <[email protected]> Co-authored-by: Gregory P. Smith <[email protected]> [Google]