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 msullivan
Recipients brett.cannon, methane, msullivan, serhiy.storchaka, vstinner, yselivanov
Date 2019-05-23.16:48:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558630137.23.0.998419686098.issue37017@roundup.psfhosted.org>
In-reply-to
Content
I believe that this is orthogonal to PEP 590.

PyObject_CallMethodObjArgs and friends take varargs which need to be copied into an array one way or another. It is easy (and efficient) to prepend the base while copying the function arguments into the array (see the attached PR). I don't think that vector call will change anything about this.
History
Date User Action Args
2019-05-23 16:48:57msullivansetrecipients: + msullivan, brett.cannon, vstinner, methane, serhiy.storchaka, yselivanov
2019-05-23 16:48:57msullivansetmessageid: <1558630137.23.0.998419686098.issue37017@roundup.psfhosted.org>
2019-05-23 16:48:57msullivanlinkissue37017 messages
2019-05-23 16:48:57msullivancreate