Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.7] Fix _PyTime_MIN/MAX values (GH-15384) #15425

Merged
merged 1 commit into from Aug 23, 2019

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 23, 2019

_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

_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>
Copy link
Member

@vstinner vstinner left a comment

LGTM, good bot.

@miss-islington
Copy link
Contributor Author

miss-islington commented Aug 23, 2019

@sir-sigurd and @vstinner: Status check is done, and it's a success .

@miss-islington miss-islington merged commit 8fac472 into python:3.7 Aug 23, 2019
@miss-islington miss-islington deleted the backport-8e76c45-3.7 branch Aug 23, 2019
@miss-islington
Copy link
Contributor Author

miss-islington commented Aug 23, 2019

@sir-sigurd and @vstinner: Status check is done, and it's a success .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip issue skip news type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants