As Victor Stinner already noted elsewhere people do not use debug builds and miss out on its features. One way to make people more likely to use debugging features (apart from more marketing) is if they did not require recompilation of (C)Python and ideally even recompilation of the extension, so that one could easily test the whole thing including 3rd party deps in debug mode.