Package: python3.9-dbg Version: 3.9.2-1 Severity: important X-Debbugs-Cc: sm...@smurf.noris.de
I need to debug memory access problems in a library loaded using Cython. The problem is that it is basically impossible to run a normal Python process under Valgrind, due to way too many false positives. Helpfully Python has a "--with-valgrind" build option which recognizes valgrind and thus (mostly) fixes that. Unhelpfully, however, Debian's python3*-dbg packages do not enable this option. Please fix.