Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Feb 21, 2024

Remove references to the old names _PyTime_MIN
and _PyTime_MAX, now that PyTime_MIN and
PyTime_MAX are public.

Replace also _PyTime_MIN with PyTime_MIN.

Replace also _PyTime_MIN with PyTime_MIN.
@vstinner vstinner enabled auto-merge (squash) February 21, 2024 07:48
@vstinner vstinner merged commit 77430b6 into python:main Feb 21, 2024
@vstinner vstinner deleted the pytime_max branch February 21, 2024 08:11
woodruffw pushed a commit to woodruffw-forks/cpython that referenced this pull request Mar 4, 2024
…ython#115751)

Remove references to the old names _PyTime_MIN
and _PyTime_MAX, now that PyTime_MIN and
PyTime_MAX are public.

Replace also _PyTime_MIN with PyTime_MIN.
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
…ython#115751)

Remove references to the old names _PyTime_MIN
and _PyTime_MAX, now that PyTime_MIN and
PyTime_MAX are public.

Replace also _PyTime_MIN with PyTime_MIN.
LukasWoodtli pushed a commit to LukasWoodtli/cpython that referenced this pull request Jan 22, 2025
…ython#115751)

Remove references to the old names _PyTime_MIN
and _PyTime_MAX, now that PyTime_MIN and
PyTime_MAX are public.

Replace also _PyTime_MIN with PyTime_MIN.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant