Message 311897 - Python tracker

Message311897

Author jdemeyer
Recipients erik.bray, jdemeyer
Date 2018-02-09.16:34:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518194043.42.0.467229070634.issue32797@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't think there's a bug in Python here, and that this is a problem that needs to be solved on the Cython end.

I'm not necessarily disagreeing here.

It all depends on how ExtensionFileLoader is meant to be used. Should it try to support extension modules in the narrow sense (hand-written .c files) or in the broad sense (any kind of extension module, possibly auto-generated).

Doing that properly in Cython would almost certainly need PEP 489 support though (Cython is in the process of implementing that, but apparently it's not easy)
History
Date User Action Args
2018-02-09 16:34:03jdemeyersetrecipients: + jdemeyer, erik.bray
2018-02-09 16:34:03jdemeyersetmessageid: <1518194043.42.0.467229070634.issue32797@psf.upfronthosting.co.za>
2018-02-09 16:34:03jdemeyerlinkissue32797 messages
2018-02-09 16:34:03jdemeyercreate