Skip to content

[3.8] Fix _PyTime_MIN/MAX values (GH-15384)#15426

Merged
vstinner merged 1 commit into
python:3.8from
vstinner:pytime38
Aug 23, 2019
Merged

[3.8] Fix _PyTime_MIN/MAX values (GH-15384)#15426
vstinner merged 1 commit into
python:3.8from
vstinner:pytime38

Conversation

@vstinner

Copy link
Copy Markdown
Member

_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)

_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)
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.

4 participants