]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40492: Fix --outfile with relative path when the program changes it working dir...
authorAnthony Sottile <asottile@umich.edu>
Sun, 18 Oct 2020 21:16:22 +0000 (14:16 -0700)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 21:16:22 +0000 (00:16 +0300)
commit7c949020ef2520d7a7cbc978f0b34423e6c2a94c
tree56d9e2f00a438eec67e38d9138ae4bc27f253987
parente5c7ac7a22629cc1d96cef256433f03088b2dd8a
bpo-40492: Fix --outfile with relative path when the program changes it working dir (GH-19910)

(cherry picked from commit 3c0ac18504cfeed822439024339d5717f42bdd66)
Lib/cProfile.py
Lib/profile.py
Lib/test/test_profile.py
Misc/NEWS.d/next/Library/2020-05-04-12-16-00.bpo-40492.ONk9Na.rst [new file with mode: 0644]