cpython/Misc/NEWS.d/next/Library
Huon Wilson 8b62644831
bpo-40630: Add tracemalloc.reset_peak (GH-20102)
The reset_peak function sets the peak memory size to the current size,
representing a resetting of that metric. This allows for recording the
peak of specific sections of code, ignoring other code that may have
had a higher peak (since the most recent `tracemalloc.start()` or
tracemalloc.clear_traces()` call).
2020-05-22 16:18:51 +02:00
..
2020-05-07-22-00-12.bpo-39881.E1xsNv.rst bpo-32604: PEP 554 for use in test suite (GH-19985) 2020-05-19 14:20:38 -03:00
2020-05-15-13-40-15.bpo-40630.YXEX_M.rst bpo-40630: Add tracemalloc.reset_peak (GH-20102) 2020-05-22 16:18:51 +02:00
2020-05-17-02-03-09.bpo-32309.KM9psl.rst bpo-32309: Implement asyncio.to_thread() (GH-20143) 2020-05-18 20:03:28 -07:00
2020-05-20-14-38-04.bpo-40698.zwl5Hc.rst bpo-40698: Improve distutils upload hash digests (GH-20260) 2020-05-20 07:37:25 -07:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

README.rst

Put news entry `blurb`_ files for the *Library* section in this directory.

.. _blurb: https://pypi.org/project/blurb/