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 steve.dower
Recipients Alexander.Belopolsky, Arfrever, Christian.Tismer, Robin.Schreiber, amaury.forgeotdarc, belopolsky, haberman2, jcea, jhaberman, lekma, loewis, mattip, petr.viktorin, pitrou, seberg, steve.dower
Date 2021-09-23.19:59:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632427148.56.0.5535660691.issue15870@roundup.psfhosted.org>
In-reply-to
Content
But at least if it's available as a slot then a module is *able* to use it with limited ABI going backwards. A new function doesn't allow that.

And yeah, it means they have to write more complex code than just a static array definition, but people are willing and able to do it.

I don't think there's anything about the current FromSpec that suggests all the parameters have to be interpreter-agnostic. And the design does suggest that we'll add more later without having to break the ABI (otherwise it would be a regular struct).
History
Date User Action Args
2021-09-23 19:59:08steve.dowersetrecipients: + steve.dower, loewis, jcea, amaury.forgeotdarc, belopolsky, pitrou, Arfrever, petr.viktorin, lekma, Alexander.Belopolsky, mattip, Robin.Schreiber, seberg, Christian.Tismer, jhaberman, haberman2
2021-09-23 19:59:08steve.dowersetmessageid: <1632427148.56.0.5535660691.issue15870@roundup.psfhosted.org>
2021-09-23 19:59:08steve.dowerlinkissue15870 messages
2021-09-23 19:59:08steve.dowercreate