Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-110850: PyTime_Time() return 0 on success#115713
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
@encukou: Would you mind to review? The doc says:https://docs.python.org/dev/c-api/time.html#clock-functions
I suppose that it's a typo and not a deliberate choice to return 1 on success only in this specific function. |
Thanks for the proof reading@encukou ;-) |
Uh oh!
There was an error while loading.Please reload this page.