[issue33637] pip cannot build extensions for debug Python

Ivan Pozdeev report at bugs.python.org
Thu May 24 14:24:32 EDT 2018


Ivan Pozdeev <ivan_pozdeev at mail.ru> added the comment:

>one will see all the variables and call hierarchy

and be able to step through the code. With optimizations, the current line jumps unpredictably, and some lines can't be visited because they're optimized away.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33637>
_______________________________________


More information about the Python-bugs-list mailing list