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 vstinner
Recipients barry, doko, eric.smith, koobs, martin.panter, mdk, nascheme, pitrou, twouters, vstinner, xdegaye, yan12125
Date 2018-09-27.11:16:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538047004.62.0.545547206417.issue34814@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm not talking about the standard library obviously.  I don't remember my original use case exactly, but I must have been compiling a C extension on a system and expected it to work on another.

It seems like we are talking about two different things:

* My issue is restricted to the C extensions compiled by Makefile and setup.py: C extensions of the standard libraries
* You are talking about third party extensions: that's out of the scope of this issue, since my issue is about Modules/makesetup.
History
Date User Action Args
2018-09-27 11:16:44vstinnersetrecipients: + vstinner, twouters, barry, nascheme, doko, pitrou, eric.smith, xdegaye, martin.panter, koobs, yan12125, mdk
2018-09-27 11:16:44vstinnersetmessageid: <1538047004.62.0.545547206417.issue34814@psf.upfronthosting.co.za>
2018-09-27 11:16:44vstinnerlinkissue34814 messages
2018-09-27 11:16:44vstinnercreate