Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
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
collinfunk commentedMay 27, 2025
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.
collinfunk commentedMay 29, 2025
vstinner left a comment
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
vstinner commentedMay 29, 2025
Sadly, the CI seems to be stuck. |
d963436 intopython:mainUh oh!
There was an error while loading.Please reload this page.
vstinner commentedMay 29, 2025
Merged, thanks. |
Use long for clockid_t instead of int.
Use long for clockid_t instead of int.
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