| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
_PyTime_t type is defined as int64_t, and so min/max are INT64_MIN/INT64_MAX, not PY_LLONG_MIN/PY_LLONG_MAX. (cherry picked from commit 8e76c45) Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
There was a problem hiding this comment.
LGTM, good bot.
Sorry, something went wrong.
|
@sir-sigurd and @vstinner: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
|
@sir-sigurd and @vstinner: Status check is done, and it's a success ✅ . |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
_PyTime_t type is defined as int64_t, and so min/max are INT64_MIN/INT64_MAX,
not PY_LLONG_MIN/PY_LLONG_MAX.
(cherry picked from commit 8e76c45)
Co-authored-by: Sergey Fedoseev fedoseev.sergey@gmail.com