pyml icon indicating copy to clipboard operation
pyml copied to clipboard

OCaml bindings for Python

Results 12 pyml issues
Sort by recently updated
recently updated
newest added

(This might not be the cleanest way to do it, but on my machine unix is not defined but __unix__ is.)

Hello, With python 3.11, OCaml 4.14.0 and pyml 20231101. Some recursive calls seems to trigger a segfault. Here is a minimal reproducible example: On the Python side I have `net.py`:...

These two tests fail on current Debian sid. By disabling them, the rest passes.

First of all, thank you for the amazing package! We had this error, detailed below: Error output: ``` Fatal Python error: _PyMem_DebugFree: Python memory allocator called without holding the GIL...

Great job with this package! I'm using `Dl.dlopen` from the `ctypes.foreign` package to load a collection of C functions which use the Python C API. As such, coming from OCaml...

Currently does not build: ``` building ocamlopt pytop.exe (exit 2) (cd _build/default && /nix/store/xnyj7c27kdyf6pxfdqv04l2i8fdpmp6p-ocaml-4.14.0/bin/ocamlopt.opt -w -40 -g -o pytop.exe .pytop.eobjs/native/dune__exe.cmx .pytop.eobjs/native/dune__exe__Pymltop_libdir.cmx .pytop.eobjs/native/dune__exe__Pytop.cmx) File "_none_", line 1: Error: No implementations provided...

a feature request: i would like to be able to have access to the same python process from ocaml and from an interactive jupyter python session (console, qtconsole, notebook). in...

Thanks for developing and maintaining this great package! I am currently using `pyml` and `pythonlib` to call an OCaml library from Python. My Python application is using multiple threads (using...

I played around with this library and found it quite nice to play with Python functions. Sadly, I can't leverage the OCaml compiler to different types of PyObject.t (e.g. ints...