Benedikt Reinartz

Results 150 comments of Benedikt Reinartz

I'm not sure that's worth the hassle (and I like the current clean `setup.py` ;)). Building on CI and distributing wheels should be enough, and on all platforms that are...

@jborbely @daniol Now that the respective section was adjusted in #1659, could you please check if that already fixes the problem?

Yes, I see the same error. The failing borrow (due to a null pointer being returned) is from the `builtins` import. I'll try to replace it by `PyEval_GetBuiltins` (which we...

I have replaced the `PyModule_Import` by `PyEval_GetBuiltins`, but this didn't improve things. In the debugger I can see that the address that we get for the Python functions is correct,...

I have tested this now with Python 3.9, here it already fails on `PyLong_FromLongLong` which we call in `Runtime.NewRun` on a simple value. I have checked the stack and it...

Fixed in #487, you can now use `resource_arc.make_binary(|inner| &inner.some_binary)` to create a resource binary.

I can't reproduce this, could you try to make an `escript` with some sleeps in it (`receive after 10000 -> ok end`) to reliably reproduce it on your system?

@amos402 I'd like to salvage the delegate generation from this branch, is there a particular reason why you stopped working on it?

Thank you for the detailed report. PRs for this are very welcome! A few comments: - The issue with `PYTHONHOME` is (I think) this Windows-specific issue: https://bugs.python.org/issue16633. You can instead...

Since the splitting works fine, does anyone have x86 or arm runners lying around or a working qemu/docker setup for these?