summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-05-04-12-16-00.bpo-40492.ONk9Na.rst
blob: 86bc08c79e21e2dc3f59807084ece033d93f6408 (plain)
1
2
3
Fix ``--outfile`` for :mod:`cProfile` / :mod:`profile` not writing the output
file in the original directory when the program being profiled changes the
working directory.  PR by Anthony Sottile.