Message 373631 - Python tracker (original) (raw)
+1
I would like to propose three changes:
- rename distutils, either _distutils or _buildutils sounds good to me
- make distutils a build-only dependency and no longer install it with make install and other install targets
- start to build extensions from Makefile or Modules/Setup
For (3) we have to move some checks into autoconf and maybe extend Modules/Setup to support conditional compilation.