]> 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:14:18 +0000 (14:14 -0700)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 21:14:18 +0000 (00:14 +0300)
commit1c5a65723e623be32e246f58b8797a263f616295
tree68dbeaa1056cd58b69a0bbea32292715d66b49e7
parent1a3f7c042a32fb813835243bd7f96e47c665bfdc
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]