Browse Source

bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546)

pull/20578/head
Huon Wilson 6 years ago
committed by GitHub
parent
commit
39de8e4b6f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Doc/library/tracemalloc.rst
  2. 7
      Doc/whatsnew/3.10.rst
  3. 6
      Doc/whatsnew/3.9.rst
  4. 2
      Misc/NEWS.d/next/Library/2020-05-15-13-40-15.bpo-40630.YXEX_M.rst

2
Doc/library/tracemalloc.rst

@ -345,7 +345,7 @@ Functions
See also :func:`get_traced_memory`.
.. versionadded:: 3.10
.. versionadded:: 3.9
.. function:: get_tracemalloc_memory()

7
Doc/whatsnew/3.10.rst

@ -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
=============

6
Doc/whatsnew/3.9.rst

@ -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
------

2
Misc/NEWS.d/next/Library/2020-05-15-13-40-15.bpo-40630.YXEX_M.rst

@ -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…
Cancel
Save