Yes that is indeed a great news. 

Having to debug some binary only extension modules that will make my (rather 
selfish) life so much easier ;)

Thanks


On 7 Jul 2013, at 00:04, Victor Stinner <victor.stin...@gmail.com> wrote:

> 2013/7/6 Antonio Cavallo <a.cava...@cavallinux.eu>:
>> Could that remove the need for the --with-pydebug flag?
> 
> With the PEP 445, you still have to recompile Python with
> --with-debug, but you don't have to recompile Python extensions
> anymore. Debug checks on memory allocators are now implemented as
> hooks, instead of using C macros.
> 
> I see this as an improvment ;-)
> 
> Victor

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to