]> 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 20:48:31 +0000 (13:48 -0700)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 20:48:31 +0000 (23:48 +0300)
commit3c0ac18504cfeed822439024339d5717f42bdd66
tree5856fb42353bd419b9c39f6d2790dec194f3d5fc
parentb81c833ab51fb7d7f0f8eaace37f60ef7455aa85
bpo-40492: Fix --outfile with relative path when the program changes it working dir (GH-19910)
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]