[New-bugs-announce] [issue39773] Export symbols for vectorcall

David Hewitt report at bugs.python.org
Thu Feb 27 03:08:41 EST 2020


New submission from David Hewitt <david.hewitt.92 at gmail.com>:

I have been looking into using vectorcall in [pyo3](https://github.com/PyO3/pyo3) (Rust bindings to Python) against python3.8.

It looks like the _PyObject_Vectorcall symbols are not included in the shared library. I've checked both Windows and Linux.

I think the `static inline` definition of `PyObject_Vectorcall` and related functions in `abstract.h` means that they won't be exported as symbols in the final library?

----------
messages: 362789
nosy: David Hewitt
priority: normal
severity: normal
status: open
title: Export symbols for vectorcall
versions: Python 3.9

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


More information about the New-bugs-announce mailing list