[issue44304] segmentation fault appeared in python 3.10.0b2

Pablo Galindo Salgado report at bugs.python.org
Fri Jun 4 21:39:23 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

Using the reproducer code by Mike, without this fix:

❯ ./python ../lel.py
[1]    25344 segmentation fault  ./python ../lel.py

With this fix:

❯ ./python ../problem.py
❯ echo $?
0

----------

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


More information about the Python-bugs-list mailing list