Karthikeyan Singaravelan <[email protected]> added the comment:
I think I have seen this bug reported elsewhere but can't find it now.
A simple reproducer :
def foo():
try:
raise Exception()
except:
foo()
foo()
Running under gdb on Ubuntu :
Program received signal SIGABRT, Aborted.
0x00007ffff7115428 in __GI_raise (sig=sig@entry=6) at
../sysdeps/unix/sysv/linux/raise.c:54
54 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
----------
nosy: +xtreak
versions: +Python 3.8
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue35354>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com