Skip to content

citemplate: set PYTHONFAULTHANDLER for tests

In case python segfaults, which might happen for things with a C-FFI like pygobject, make it so we get a proper backtrace.

https://docs.python.org/3/using/cmdline.html#envvar-PYTHONFAULTHANDLER

Merge request reports