cpython/Misc/NEWS.d/next/Library/2018-10-23-18-58-12.bpo-350...

4 lines
176 B
ReStructuredText

tracemalloc now tries to update the traceback when an object is reused from a
"free list" (optimization for faster object creation, used by the builtin list
type for example).