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 scoder
Recipients scoder, serhiy.storchaka, vstinner
Date 2016-08-22.05:58:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471845482.92.0.37002345022.issue27810@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that this would be cool. There is a tiny bit of a backwards compatibility concern as the new function signature would be incompatible with anything we had before, but I would guess that any code that chooses to bypass PyObject_Call() & friends would at least fall back to using it if it finds flags that it cannot handle. Cython code definitely does and always did, but there might be bugs. This change is the perfect way to "find" those. ;-)

Anyway, Victor, I definitely appreciate your efforts in this direction.
History
Date User Action Args
2016-08-22 05:58:02scodersetrecipients: + scoder, vstinner, serhiy.storchaka
2016-08-22 05:58:02scodersetmessageid: <1471845482.92.0.37002345022.issue27810@psf.upfronthosting.co.za>
2016-08-22 05:58:02scoderlinkissue27810 messages
2016-08-22 05:58:02scodercreate