slint/api/python
Simon Hausmann 2adb86de14 Python: Be conservative about attaching to the Python interpreter
We call Python::attach in a few places. When invoked from the Slint event loop, those should be fine. But there are some that may fail, for example during gc. Fall back to using try_attach and return default values instead of causing a panic.

Fixes #9984
2025-11-07 10:28:47 +00:00
..
briefcase Bump version number to 1.15.0 2025-10-24 14:28:17 +00:00
slint Python: Be conservative about attaching to the Python interpreter 2025-11-07 10:28:47 +00:00