In article <c583c21d-d0a2-449a-93e2-37db713b3...@googlegroups.com>,
 Wesley <nisp...@gmail.com> wrote:
> Then, how to make python get debug symbols? 
> 
> Install python from source with some special configure options?

If your distribution doesn't have a debug version of Python and you need 
to build your own, add --with-pydebug to your ./configure options.  See:

./configure --help

-- 
 Ned Deily,
 n...@acm.org

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to