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 loewis
Recipients Arfrever, benjamin.peterson, christian.heimes, georg.brandl, larry, loewis, vstinner
Date 2013-10-22.07:52:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382428334.97.0.682411790671.issue18603@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks good to me. The stable ABI was originally intended for Windows only, where the functions are guaranteed to be included in python3.dll (as the .def file references them); they are included in python3X.dll as link.exe doesn't do the same object file omission that /bin/ld does. But I agree in principle that the proposed solution is better (and it is the only approach that works with /bin/ld).
History
Date User Action Args
2013-10-22 07:52:15loewissetrecipients: + loewis, georg.brandl, vstinner, larry, christian.heimes, benjamin.peterson, Arfrever
2013-10-22 07:52:14loewissetmessageid: <1382428334.97.0.682411790671.issue18603@psf.upfronthosting.co.za>
2013-10-22 07:52:14loewislinkissue18603 messages
2013-10-22 07:52:14loewiscreate