After much testing I found what is causing the regression in 16.04 and
later. There are several distinct causes which are attributed to the
choices made in debian/rules and the changes in GCC.
Cause #1: the decision to compile `Modules/_math.c` with `-fPIC` *and* link
it statically into the pytho
Hi,
The first bug was that test_socketserver "leaked" child processes: it
means that socketserver API creates zombie processes depending how
long the child processes take to complete.
If you want to backport my change waiting until child processes
complete, you need to fix the bug differently, so