Message276046
Could you please wrap "#define METH_FASTCALL 0x0080" with "#ifndef Py_LIMITED_API"/"#endif"? I think this method still is not stable, and we shouldn't encourage using it in third-party extensions.
I would use two methods: just METH_FASTCALL and METH_FASTCALL|METH_KEYWORDS. The former is simpler and more stable, it takes just an array of positional parameters. The latter takes also keyword arguments, and the format of passing keyword arguments may be changed. |
|
Date |
User |
Action |
Args |
2016-09-12 13:52:15 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, scoder, vstinner, python-dev |
2016-09-12 13:52:14 | serhiy.storchaka | set | messageid: <1473688334.99.0.223651194506.issue27810@psf.upfronthosting.co.za> |
2016-09-12 13:52:14 | serhiy.storchaka | link | issue27810 messages |
2016-09-12 13:52:14 | serhiy.storchaka | create | |
|