]> 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:34:32 +0000 (21:34 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Aug 2019 04:34:32 +0000 (21:34 -0700)
commit91020fade6ca0f22eef2d338be1380b17385e715
treefb68a37e7e59d3bc018dc7a918c5701ee9474114
parent1d4285a042772c7a31c4e19f8dbcbcf9b2ee3b95
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