]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Aug 2019 04:31:27 +0000 (21:31 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Aug 2019 04:31:27 +0000 (21:31 -0700)
commit1bf672f53a83c471e6fc4599d2d5149fd6842ff2
treea9437b44705b9f28e0d1245e9c72545f6f18942c
parent31ce015db893be60ae60e963e58c902ac87f5085
bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538)

(cherry picked from commit 8bf5fef8737fdd12724b9340d76a4ed391c4ad8a)

Co-authored-by: vrajivk <3413293+vrajivk@users.noreply.github.com>
Misc/NEWS.d/next/Library/2019-08-27-03-53-26.bpo-36205.AfkGRl.rst [new file with mode: 0644]
Modules/timemodule.c