Bug#1040057: python3.11: segmentation fault triggered by slixmpp unittest suite

2023-10-17 Thread Martin
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.



Bug#1040057: python3.11: segmentation fault triggered by slixmpp unittest suite

2023-10-12 Thread Martin
Control: reassign -1 src:python3.11
Control: retitle -1 python3.11: segmentation fault triggered by slixmpp 
unittest suite
Control: tags -1 -help -moreinfo
Control: affects -1 src:slixmpp

It looks like a bug in Python 3.10 and 3.11, triggered by the slixmpp
unittest suite. With Python 3.12, the problem is gone.