]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29235: Make cProfile.Profile a context manager (GH-6808)
authorScott Sanderson <ssanderson@quantopian.com>
Fri, 1 Jun 2018 20:36:23 +0000 (16:36 -0400)
committerBrett Cannon <brettcannon@users.noreply.github.com>
Fri, 1 Jun 2018 20:36:23 +0000 (13:36 -0700)
commit2e01b75884892d5aabdaab658fbd17f7a7ccebaa
tree2f518fe2d3d32e398d5ddbf3d10681f2396f4e3c
parent252f6abe0a9430f4ae7588c0cb50a6ff141bebe3
bpo-29235: Make cProfile.Profile a context manager (GH-6808)
Doc/library/profile.rst
Lib/cProfile.py
Lib/test/test_cprofile.py
Misc/NEWS.d/next/Library/2018-05-14-15-01-55.bpo-29235.47Fzwt.rst [new file with mode: 0644]