-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-36205: Fix the rusage implementation of time.process_time() #15538
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
bpo-36205: Fix the rusage implementation of time.process_time() #15538
Conversation
Thanks, @vrajivk! That sure looks like it. I'm verifying now. Would you be willing to add a NEWS entry for this using blurb? If not, I will. |
Yes, that indeed is the problem and the solution: fix verified on 10.11. |
@ned-deily I took a stab at the NEWS entry via blurb. This is my first PR, so please edit as needed (or let me know if I should make changes). Thanks! |
Thanks @vrajivk for the PR, and @ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
GH-15539 is a backport of this pull request to the 3.8 branch. |
…onGH-15538) (cherry picked from commit 8bf5fef) Co-authored-by: vrajivk <3413293+vrajivk@users.noreply.github.com>
…onGH-15538) (cherry picked from commit 8bf5fef) Co-authored-by: vrajivk <3413293+vrajivk@users.noreply.github.com>
GH-15540 is a backport of this pull request to the 3.7 branch. |
|
|
https://bugs.python.org/issue36205