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 amaury.forgeotdarc
Recipients Arfrever, amaury.forgeotdarc, benjamin.peterson, lemburg, loewis
Date 2014-12-10.09:54:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418205269.1.0.847710840832.issue23020@psf.upfronthosting.co.za>
In-reply-to
Content
PEP384 is presented as a new way to write modules that can be loaded by multiple Python versions, specially on Windows.
I could not find any place that says that modules not using the stable ABI need to be recompiled.

I'm not against changing this rule (after all, I started on Windows platform where all this discussion does not apply), but it should be clearly stated somewhere in the API docs, and also in the "whatsnew" pages (all of them?)
History
Date User Action Args
2014-12-10 09:54:29amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, lemburg, loewis, benjamin.peterson, Arfrever
2014-12-10 09:54:29amaury.forgeotdarcsetmessageid: <1418205269.1.0.847710840832.issue23020@psf.upfronthosting.co.za>
2014-12-10 09:54:29amaury.forgeotdarclinkissue23020 messages
2014-12-10 09:54:28amaury.forgeotdarccreate