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 dino.viehland
Recipients carljm, corona10, dino.viehland, eelizondo, gregory.p.smith, nascheme, pablogsal, pitrou, shihai1991, steve.dower, tim.peters, vstinner
Date 2020-04-14.17:30:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586885424.35.0.544660929715.issue40255@roundup.psfhosted.org>
In-reply-to
Content
I think there's other cases of performance related features being hidden under an ifdef.  Computed gotos show up that way, although probably more because it's a compiler extension that's not supported everywhere.  Pymalloc is also very similar in that it implies an ABI change as well.

I wonder if it would be worth it to introduce an ABI flag for this as well?  On the one hand is it a slightly different contract, on the other hand using extensions that don't support the immortalization actually work just fine.
History
Date User Action Args
2020-04-14 17:30:24dino.viehlandsetrecipients: + dino.viehland, tim.peters, nascheme, gregory.p.smith, pitrou, vstinner, carljm, steve.dower, corona10, pablogsal, eelizondo, shihai1991
2020-04-14 17:30:24dino.viehlandsetmessageid: <1586885424.35.0.544660929715.issue40255@roundup.psfhosted.org>
2020-04-14 17:30:24dino.viehlandlinkissue40255 messages
2020-04-14 17:30:24dino.viehlandcreate