mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
b7a8af20ff
On the x86 OpenBSD 5.8 buildbot, the integer overflow check is ignored. Copy the tv_sec variable into a Py_time_t variable instead of "simply" casting it to Py_time_t, to fix the integer overflow check.
Miscellaneous source files for the main Python shared library