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 David Hewitt
Recipients David Hewitt
Date 2020-02-27.08:08:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582790921.68.0.338373290894.issue39773@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2020-02-27 08:08:41David Hewittsetrecipients: + David Hewitt
2020-02-27 08:08:41David Hewittsetmessageid: <1582790921.68.0.338373290894.issue39773@roundup.psfhosted.org>
2020-02-27 08:08:41David Hewittlinkissue39773 messages
2020-02-27 08:08:41David Hewittcreate