Jeroen Demeyer <j.deme...@ugent.be> added the comment:

> SWIG creates the files correctly in the build_ext command

One could argue that running SWIG should be an entirely different step, not 
part of build_ext.

I'm afraid that your idea of swapping build_ext and build_py will be rejected 
because it has a high chance of breaking stuff: we have always done build_py 
before build_ext and packages probably rely on this order.

----------
nosy: +jdemeyer

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37247>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to