Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

undefined symbol: pyml_return_to_python #21

Open
@tysg

Description

@tysg

2bf3289 introduced

/* Forward declaration of a function in the python-ocaml.so. See
* [lib/python-ocaml/pyml/src/pyml_stubs.c]
*
* We type out the forward declaration again because PyML doesn't have a public
* C API and doesn't make available any header files we could include. */
void pyml_return_to_python();
PyObject *PyInit_ocaml() {
static char *argv[2] = {"python", NULL};
caml_startup(argv);
pyml_return_to_python();

However, I can't find pyml_return_to_python in any commit in https://github.com/thierry-martinez/pyml. Is this only in Jane Street's internal code base?

Metadata

Metadata

Assignees

No one assigned

    Labels

    forwarded-to-js-devsThis report has been forwarded to Jane Street's internal review system.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions