commit | b296c7442be97600dc87819e885e037313883d8e | [log] [tgz] |
---|---|---|
author | Thomas Perl <m@thp.io> | Sun Jul 03 20:58:02 2022 +0200 |
committer | GitHub <noreply@github.com> | Sun Jul 03 11:58:02 2022 -0700 |
tree | 1bac0d27ad4aa8f047864ead58cb480057e12243 | |
parent | 39c29f753e6d6f390dce5a36613c1e03f43d28ea [diff] |
gh-92869: ctypes: Add c_time_t (#92870) 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]