There's a merged pull request on the void-packages repository brltty: fix segfault when built with Cython 3 https://github.com/void-linux/void-packages/pull/46528 Description: https://discourse.gnome.org/t/psa-for-distros-brltty-should-be-built-using-cython-0-29-x-not-cython-3/16715/3i this isn't an issue with brltty currently in repositories because it was not rebuilt with cython3, but a simple rebuild reveals the segfault when doing `python3 -c "import brlapi; brlapi.Connection()"`, it will be an issue when the python 3.12 rebuilds finish because they include a revbump to this package @ahesford do you want to merge this now or after the 3.12 builds are done? #### Testing the changes - I tested the changes in this PR: **briefly**