[issue39773] Export symbols for vectorcall

David Hewitt report at bugs.python.org
Wed Mar 4 02:25:02 EST 2020


David Hewitt <david.hewitt.92 at gmail.com> added the comment:

I had suspected that might be the case. We already use PyObject_Call but had been hoping to experiment with the Vectorcall optimizations.

Without the symbols I might resort to reproducing the implementation of these functions on the Rust side. Shouldn't be too much code duplication.

----------
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39773>
_______________________________________


More information about the Python-bugs-list mailing list