Benedikt Reinartz
Benedikt Reinartz
@lostmsu Please have a look. It will require quite a bit more work to get everything green again (CI-wise, in particular around the embedding), but with these changes, we should...
Thanks a lot for this. I will try my best to get the CI working again on the weekend and will "enqueue" this one for merging.
I'm not completely sure what you are suggesting here. Can you please trim the request down to a *concrete* proposal on what you think should be done, how it should...
Sorry for the late response. This all looks very well thought through and I will try to look through https://github.com/Thrameos/cpython/pull/2 to see whether we could use it as is here.
I don't think we support this right now, at least not directly. You can use C#'s built-in reflection primitives.
I think we might skip this and go directly for the Python 3.14 mechanism which does not require us to keep offsets into structs (yay!). For versions before 3.15, setting...
`PyPreConfig` is separate from this, should be implemented as well.
We ran into this with Fedora 43. It happens with Erlang 26 as well, and also with Wayland. For us, running anything from the `Ctrl-G` menu (including `continue`) unblocks it....
I'm pretty certain this is a problem with glycin (the new sandboxed image loading of gtk). Running with `G_MESSAGES_DEBUG=all` as suggested in similar issues on the glycin issue tracker (https://gitlab.gnome.org/GNOME/glycin/-/issues/237)...
This is not a bug, it is a missing feature. Properly doing this during startup requires implementing the `PyPreConfig` mechanism, see https://docs.python.org/3.14/c-api/init_config.html#c.PyPreConfig.utf8_mode. It has been available in all versions that...