bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546)
This commit is contained in:
parent
06e3a27a3c
commit
39de8e4b6f
|
@ -345,7 +345,7 @@ Functions
|
|||
|
||||
See also :func:`get_traced_memory`.
|
||||
|
||||
.. versionadded:: 3.10
|
||||
.. versionadded:: 3.9
|
||||
|
||||
|
||||
.. function:: get_tracemalloc_memory()
|
||||
|
|
|
@ -95,13 +95,6 @@ New Modules
|
|||
Improved Modules
|
||||
================
|
||||
|
||||
tracemalloc
|
||||
-----------
|
||||
|
||||
Added :func:`tracemalloc.reset_peak` to set the peak size of traced memory
|
||||
blocks to the current size, to measure the peak of specific pieces of code.
|
||||
(Contributed by Huon Wilson in :issue:`40630`.)
|
||||
|
||||
Optimizations
|
||||
=============
|
||||
|
||||
|
|
|
@ -562,6 +562,12 @@ Previously, :attr:`sys.stderr` was block-buffered when non-interactive. Now
|
|||
``stderr`` defaults to always being line-buffered.
|
||||
(Contributed by Jendrik Seipp in :issue:`13601`.)
|
||||
|
||||
tracemalloc
|
||||
-----------
|
||||
|
||||
Added :func:`tracemalloc.reset_peak` to set the peak size of traced memory
|
||||
blocks to the current size, to measure the peak of specific pieces of code.
|
||||
(Contributed by Huon Wilson in :issue:`40630`.)
|
||||
|
||||
typing
|
||||
------
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
Added :func:`tracemalloc.reset_peak` to set the peak size of traced memory
|
||||
blocks to the current size, to measure the peak of specific pieces of code.
|
Loading…
Reference in New Issue