Cannot properly install when using a debug build of python
Distutils adds the -pydebug suffix to all subfolders of the build folder, but the setup.py does not do this, which causes errors during the build_ext phase when using a debug build of python.
See
python_src/Lib/distutils/command/build.py:90
to see where they actually build the names for the folders.