[issue35215] Replacing CPython memory allocation

Pablo Galindo Salgado report at bugs.python.org
Mon Nov 12 22:16:43 EST 2018


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

> The point of this 'issue' is to ask the community to suggest how i can go about finding where the problem is. As I said, there is a lot of code :)

Sadly, this tracker is to track bugs related to CPython. Modifying the interpreter to change the memory allocation scheme (replacing the code in obmalloc.c) is not supported, so I have to close this issue :(

You can try to ask the question on some of the mailing lists (like python-dev) to see is someone can help you with this. I would advice to also provide some minimal reproducer/example code, as is very difficult to recommend anything without knowing what exactly are you modifying.

If you think there is something wrong/we can improve around this area, please, feel free to reopen this issue or open a new one :)

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35215>
_______________________________________


More information about the Python-bugs-list mailing list