Message347222
I don't want to add many functions to limited/public APIs.
Note that public APIs defined outside of cpython/ are considered mandatory for all Python implementations supporting Python/C API.
When portability is more important than performance, there are many APIs already.
Please keep _PyObject_CallOneArg() as just an easy wrapper of _PyObject_Vectorcall which is CPython specific in this issue.
Candidate of revert: _csv, _decimal, _sqlite, pyexpat, _testbuffer, _xxtestfuzz
They doesn't use much private APIs, or they are tests which is useful for other interpreters. |
|
Date |
User |
Action |
Args |
2019-07-03 11:37:40 | methane | set | recipients:
+ methane, vstinner, skrah, jdemeyer |
2019-07-03 11:37:40 | methane | set | messageid: <1562153860.66.0.71052197516.issue37483@roundup.psfhosted.org> |
2019-07-03 11:37:40 | methane | link | issue37483 messages |
2019-07-03 11:37:40 | methane | create | |
|