mirror of
https://github.com/python/cpython.git
synced 2026-05-11 07:00:24 -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 <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Gregory P. Smith <greg@krypto.org> [Google]