[Python-Dev] Accepting PEP 445

Antoine Pitrou solipsis at pitrou.net
Sat Jul 6 23:43:26 CEST 2013


On Sat, 6 Jul 2013 22:07:40 +0100
Antonio Cavallo <a.cavallo at cavallinux.eu> wrote:
> Could that remove the need for the --with-pydebug flag?

No, --with-pydebug enables much more than just memory debug checks.

Regards

Antoine.


> 
> 
> 
> 
> On 6 Jul 2013, at 21:54, Antoine Pitrou <solipsis at pitrou.net> wrote:
> 
> > 
> > Hello,
> > 
> > I'm accepting PEP 445 (A C API to customize memory allocators) by
> > Victor.  There is probably some grammar to correct here and there
> > (neither Victor nor I are native English speakers), but I don't want
> > this to hold back acceptance.  The PEP is an obvious improvement in
> > flexibility for everyone embedding Python in some external application,
> > or even recompiling their own Python runtime for specific uses.
> > 
> > The implementation is tracked in http://bugs.python.org/issue3329
> > 
> > Thanks to Victor for his patience :-)
> > 
> > Regards
> > 
> > Antoine.
> > 
> > 
> > _______________________________________________
> > Python-Dev mailing list
> > Python-Dev at python.org
> > http://mail.python.org/mailman/listinfo/python-dev
> > Unsubscribe: http://mail.python.org/mailman/options/python-dev/a.cavallo%40cavallinux.eu
> 



More information about the Python-Dev mailing list