Message273336
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. |
|
Date |
User |
Action |
Args |
2016-08-22 05:58:02 | scoder | set | recipients:
+ scoder, vstinner, serhiy.storchaka |
2016-08-22 05:58:02 | scoder | set | messageid: <1471845482.92.0.37002345022.issue27810@psf.upfronthosting.co.za> |
2016-08-22 05:58:02 | scoder | link | issue27810 messages |
2016-08-22 05:58:02 | scoder | create | |
|