LarstiQ has quit [*.net *.split]
LarstiQ has joined #hpy
LarstiQ has joined #hpy
LarstiQ has quit [Changing host]
<mattip> trying out the graalpy docker image from https://github.com/graalvm/container/pkgs/container/graalpy,
<mattip> it segfaults
<mattip> docker pull ghcr.io/graalvm/graalpy:slim
<mattip> docker run -it ghcr.io/graalvm/graalpy:slim /bin/bash
<mattip> (graalenv) bash-5.1# python
<mattip> boom
<LarstiQ> mattip: works for me. I've had something like that before with images built on top of old centos and cgroupv1 vs v2 differencs iirc
<LarstiQ> dockerd logs had some hints about what was failing I think
<mattip> thanks for checking
<fangerer> mattip: Thanks for the review on PR #376. Concerning your suggestion to upgrade GH action `setup-python` to version 4: Should I update all usages? You just updated 2 but we use it 8 times.
<mattip> sure. Those were all I saw
<mattip> is there any ABI versioning when the ctx struct is changed?
<fangerer> ah, that's would you meant. Basically yes, we have `int ctx_version` in `HPyContext`. However, we didn't use it so far. IMO, this is because we did not release a stable ABI yet.
<fangerer> I think this version should in the end be the ABI version (so, be in sync with the upcoming ABI tag `hpyX`).
<mattip> ok, maybe that should be part of PR #374
<fangerer> right, I'll add another comment to it