[Python-ideas] WSAPoll and tulip

Amaury Forgeot d'Arc amauryfa at gmail.com
Tue Nov 27 18:32:54 CET 2012


2012/11/27 Guido van Rossum <guido at python.org>

> Nevertheless the optimizer does crazy things to ceval.c. Trent, can you
> confirm you were debugging unoptimized code?


ceval.c is always compiled with a lot of optimizations, even in "debug"
mode,
because of the "#define PY_LOCAL_AGGRESSIVE" at the top of the file.

I sometimes had to remove this line to debug programs correctly.
OTOH the stack usage is much higher and some recursion tests will fail.

-- 
Amaury Forgeot d'Arc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20121127/ca72e41d/attachment.html>


More information about the Python-ideas mailing list