STINNER Victor added the comment:

malloc_init.patch: Patch for functions called at Python initialization.

This patch is not complete: to parse "-X" option (PySys_AddXOption) and "-W" 
(PySys_AddWarnOption), PyMem_Malloc() and PyObject_Malloc() are still called 
indirectly. Fixing this issue may need to reorganize completly how Python is 
initialized, because we need to have basic Python types (ex: Unicode) to be 
ready to be able to parse the command line. But we cannot initialize too much 
because the Python initialization also depends on options from the command 
line...

----------
Added file: http://bugs.python.org/file30594/malloc_init.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18203>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to