[issue37247] swap distutils build_ext and build_py commands to allow proper SWIG extension installation

Jeroen van den Hout report at bugs.python.org
Wed Jun 12 19:19:19 EDT 2019


Jeroen van den Hout <jlvandenhout at gmail.com> added the comment:

I'm sorry, I read your comment completely wrong, so please disregard my previous comment.

I would argue the sequence doesn't really matter that much for non SWIG packages, since those will install correctly no matter if the extensions are built and copied first or not. In the non-SWIG case they are truly independent commands. It is only in the SWIG packages that they become dependent on each other.

On top of that I see more and more questions on stack exchange and other forums asking why their SWIG builds fail to install correctly, implying that more and more developers are using this awesome feature and start to rely on it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37247>
_______________________________________


More information about the Python-bugs-list mailing list