Larry Hastings added the comment:

The "no debug info" makes me think you're using a release build.  Please 
recompile making sure that "-O0" and "-g" are both set.  By default the 
makefile has "-O3" and "-g", so normally you just change the "-O3" to "-O0", 
then "make clean" and "make".

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19838>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to