Comment 4 for bug 91845

Revision history for this message
James Henstridge (jamesh) wrote :

The _d.so modules are compiled to work with Python's debug interpreter (which includes reference count debugging, etc) and don't have their debug symbols stripped, which accounts for the size difference.

The non-debug versions of extensions are stripped and have separate debug symbols. This bug is about gdb not finding those symbols due to the symlink tricks stopping gdb from matching the path names.