File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ Doc/library/multiprocessing.rst
2323Doc/library/optparse.rst
2424Doc/library/os.rst
2525Doc/library/pickletools.rst
26- Doc/library/profile.rst
2726Doc/library/pyexpat.rst
2827Doc/library/select.rst
2928Doc/library/socket.rst
Original file line number Diff line number Diff line change @@ -841,7 +841,7 @@ and by Alexander Mohr and Ilya Kulakov in :issue:`29302`.)
841841cProfile
842842--------
843843
844- The :mod: `cProfile ` command line now accepts ``-m module_name `` as an
844+ The :mod: `! cProfile ` command line now accepts ``-m module_name `` as an
845845alternative to script path. (Contributed by Sanyam Khurana in :issue: `21862 `.)
846846
847847
Original file line number Diff line number Diff line change @@ -3476,7 +3476,7 @@ Fix rare concurrency bug in lock acquisition by the logging package.
34763476.. nonce: ya5jBT
34773477.. section: Library
34783478
3479- Added PY_THROW event hook for :mod: `cProfile ` for generators
3479+ Added PY_THROW event hook for :mod: `! cProfile ` for generators
34803480
34813481..
34823482
Original file line number Diff line number Diff line change @@ -2623,7 +2623,7 @@ Fix :func:`unittest.mock.patch` to not read attributes of the target when
26232623.. nonce: s4HXR0
26242624.. section: Library
26252625
2626- Fixed the use-after-free issue in :mod: `cProfile ` by disallowing
2626+ Fixed the use-after-free issue in :mod: `! cProfile ` by disallowing
26272627``disable() `` and ``clear() `` in external timers.
26282628
26292629..
You can’t perform that action at this time.
0 commit comments