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 Arfrever
Recipients Arfrever, amaury.forgeotdarc, benjamin.peterson, lemburg, loewis
Date 2014-12-10.05:49:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418190572.24.0.700699657264.issue23020@psf.upfronthosting.co.za>
In-reply-to
Content
Extensions need not to be rebuilt only when using stable ABI:
https://www.python.org/dev/peps/pep-0384/

But mytest.c fails to build with -DPy_LIMITED_API so it uses features from outside of stable ABI and must be rebuilt.
History
Date User Action Args
2014-12-10 05:49:32Arfreversetrecipients: + Arfrever, lemburg, loewis, amaury.forgeotdarc, benjamin.peterson
2014-12-10 05:49:32Arfreversetmessageid: <1418190572.24.0.700699657264.issue23020@psf.upfronthosting.co.za>
2014-12-10 05:49:32Arfreverlinkissue23020 messages
2014-12-10 05:49:32Arfrevercreate