cpython/Misc/NEWS.d/next
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
..
Build bpo-40683: Add zoneinfo to LIBSUBDIRS (#20229) 2020-05-19 11:55:18 -04:00
C API Consolidate 3.9.0b1 NEWS in the master branch 2020-05-19 13:33:08 +02:00
Core and Builtins Consolidate 3.9.0b1 NEWS in the master branch 2020-05-19 13:33:08 +02:00
Documentation Consolidate 3.9.0b1 NEWS in the master branch 2020-05-19 13:33:08 +02:00
IDLE Python 3.9.0a6 2020-04-27 22:44:04 +02:00
Library bpo-40630: Add tracemalloc.reset_peak (GH-20102) 2020-05-22 16:18:51 +02:00
Security Consolidate 3.9.0b1 NEWS in the master branch 2020-05-19 13:33:08 +02:00
Tests Consolidate 3.9.0b1 NEWS in the master branch 2020-05-19 13:33:08 +02:00
Tools-Demos Consolidate 3.9.0b1 NEWS in the master branch 2020-05-19 13:33:08 +02:00
Windows bpo-39631: Adds NEWS entry (GH-20227) 2020-05-19 23:10:03 +01:00
macOS Consolidate 3.9.0b1 NEWS in the master branch 2020-05-19 13:33:08 +02:00