[issue45913] readline + GTK + Pytest Seg Fault with Python 3.7 and 3.10 on CI

Dan Yeaw report at bugs.python.org
Sun Nov 28 08:29:09 EST 2021


Dan Yeaw <dan at yeaw.me> added the comment:

I continued to look in to this and updated the title of the issue, I don't think this is caused by doctest. I also updated a minimum example here:

https://github.com/danyeaw/plugin-console-test

If using pytest and GTK, any module loaded that makes use of readline causes a seg fault on CI. For example rlcompleter and doctest cause the crash, and even just importing readline.

This is reproducible for Python 3.10 and Python 3.7, but not 3.8 or 3.9.

----------
title: Doctest Seg Fault with Python 3.10 on CI -> readline + GTK + Pytest Seg Fault with Python 3.7 and 3.10 on CI
versions: +Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45913>
_______________________________________


More information about the Python-bugs-list mailing list