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

gh-81057: Fix an ifdef in the time module #100125

Merged
merged 1 commit into from
Dec 9, 2022

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented Dec 9, 2022

An earlier commit only defined check_ticks_per_second() when HAVE_TIMES is defined. However, we also need it when HAVE_CLOCK is defined. This primarily affects Windows.

@netlify
Copy link

netlify bot commented Dec 9, 2022

Deploy Preview for python-cpython-preview canceled.

Name Link
🔨 Latest commit 7667956
🔍 Latest deploy log https://app.netlify.com/sites/python-cpython-preview/deploys/6392865837ea42000896eada

@ericsnowcurrently ericsnowcurrently merged commit 3e06b50 into python:main Dec 9, 2022
@ericsnowcurrently ericsnowcurrently deleted the fix-time-module branch December 9, 2022 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants