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-12.12:36:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560342975.58.0.620447361379.issue37247@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2019-06-12 12:36:15jdemeyersetrecipients: + jdemeyer, eric.araujo, dstufft, jlvandenhout
2019-06-12 12:36:15jdemeyersetmessageid: <1560342975.58.0.620447361379.issue37247@roundup.psfhosted.org>
2019-06-12 12:36:15jdemeyerlinkissue37247 messages
2019-06-12 12:36:15jdemeyercreate