Skip to content

bpo-36611: Remove serialno from debug memory allocators#12795

Closed
vstinner wants to merge 1 commit intopython:masterfrom
vstinner:remove_serialno
Closed

bpo-36611: Remove serialno from debug memory allocators#12795
vstinner wants to merge 1 commit intopython:masterfrom
vstinner:remove_serialno

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Apr 12, 2019

Remove the 'serialno' field from debug hooks on Python memory
allocators to reduce the memory footprint by 5%.

Enable tracemalloc to get the traceback where a memory block has been
allocated when a fatal memory error is logged to decide where to put
a breakpoint.

https://bugs.python.org/issue36611

Remove the 'serialno' field from debug hooks on Python memory
allocators to reduce the memory footprint by 5%.

Enable tracemalloc to get the traceback where a memory block has been
allocated when a fatal memory error is logged to decide where to put
a breakpoint.
@vstinner
Copy link
Copy Markdown
Member Author

I merged PR #12796 instead, so I close this PR.

We can remove the code later, when we will be sure that nobody uses it.

@vstinner vstinner closed this Apr 12, 2019
@vstinner vstinner deleted the remove_serialno branch April 12, 2019 20:00
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