[Python-Dev] Debug entry points for PyMalloc (original) (raw)

Tim Peters tim.one@comcast.net
Fri, 22 Mar 2002 00:32:20 -0500


[Tim]

I disapprove of #define'ing WITHMALLOCHOOKS: it slows every entry point whether you're using hooks or not. I'd like to remove the hook subsystem.

[MvL]

+0. Notice, however, that it is currently activated by default if pymalloc is activated.

I'm pretty sure that won't be true once it's removed .