Ronald Oussoren <ronaldousso...@mac.com> added the comment:

As mentioned earlier I can reproduce this without calling os.fstat (python 
3.9.1rc, macOS 10.15):

# ---
def status():
   try:
      1/0

   except status():
      pass

status()
# ----

The crash happens both with the default recursion limit as well with a 
recursion limit of 10. Setting the recursion limit doesn't seem to have an 
effect on what's happening (in both cases I get a long traceback).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42500>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to