Skip to content

[3.7] bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510)#10517

Merged
vstinner merged 1 commit into
python:3.7from
vstinner:memdump_tracemalloc37
Nov 13, 2018
Merged

[3.7] bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510)#10517
vstinner merged 1 commit into
python:3.7from
vstinner:memdump_tracemalloc37

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Nov 13, 2018

If tracemalloc is not tracing Python memory allocations,
_PyMem_DumpTraceback() now suggests to enable tracemalloc
to get the traceback where the memory block has been allocated.

https://bugs.python.org/issue29564

)

If tracemalloc is not tracing Python memory allocations,
_PyMem_DumpTraceback() now suggests to enable tracemalloc
to get the traceback where the memory block has been allocated.
@vstinner vstinner merged commit d57a3e5 into python:3.7 Nov 13, 2018
@vstinner vstinner deleted the memdump_tracemalloc37 branch November 13, 2018 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants