bpo-36205: Fix the rusage implementation of time.process_time()#15538
bpo-36205: Fix the rusage implementation of time.process_time()#15538ned-deily merged 2 commits intopython:masterfrom
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