This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jdemeyer
Recipients dstufft, eric.araujo, jdemeyer, jlvandenhout
Date 2019-06-13.07:01:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560409286.87.0.749612056391.issue37247@roundup.psfhosted.org>
In-reply-to
Content
> I would argue the sequence doesn't really matter that much for non SWIG packages

I don't think that this is correct. Or at least, it's not obvious to me that this is correct. It's not uncommon for projects to extend distutils in various ways and the proposed change may break those packages.

Adding a separate build step for SWIG (then the order would be build_swig, build_py, build_ext) would be safer and IMHO also more logical.
History
Date User Action Args
2019-06-13 07:01:26jdemeyersetrecipients: + jdemeyer, eric.araujo, dstufft, jlvandenhout
2019-06-13 07:01:26jdemeyersetmessageid: <1560409286.87.0.749612056391.issue37247@roundup.psfhosted.org>
2019-06-13 07:01:26jdemeyerlinkissue37247 messages
2019-06-13 07:01:26jdemeyercreate