Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-134771: Fix time_clockid_converter() on Cygwin.#134772
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Docs CI failed due to me not knowing Sphinx well. I amended and force pushed which should fix it. |
Use long for clockid_t instead of int.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
Sadly, the CI seems to be stuck. |
d963436
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Merged, thanks. |
Uh oh!
There was an error while loading.Please reload this page.
Use long for clockid_t instead of int.
time_clockid_converter()
selects the wrong type for clockid_t on Cygwin. #134771