Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

I am not sure this is related to logging and looks similar to issue35542 except 
stack (depends on OS) is exhausted without setrecursionlimit(). What does below 
return?

def rec():
    rec()

rec()

----------
nosy: +xtreak

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

Reply via email to