There is an updated pull request by paper42 against master on the void-packages repository https://github.com/paper42/void-packages brltty-cython3 https://github.com/void-linux/void-packages/pull/46528 brltty: fix segfault when built with Cython 3 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** A patch file from https://github.com/void-linux/void-packages/pull/46528.patch is attached