Control: clone -1 -2 Control: reassign -1 src:python3.11 Control: retitle -2 slixmpp: meaningless autopkg tests Control: reassign -2 src:slixmpp
Yes, the autopkg tests need rework for sure. Thanks for pointing out its deficiencies! But that's a different bug, therefore I cloned it. The (assumed) bug in Python 3.11 can be triggered without the slixmpp Debian package and without any autopkg tests on amd64: $ wget https://codeberg.org/poezio/slixmpp/archive/slix-1.8.4.tar.gz $ tar xzf slix-1.8.4.tar.gz $ cd slixmpp/ $ python3.11 -m pdb ./run_tests.py tests/test_stanza_error.py ... (Pdb) r ... (Pdb) quit Segmentation fault With python3.12, the segfault is gone.