This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients Saim Raza, xtreak
Date 2019-03-12.14:56:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552402590.55.0.140276183848.issue36272@roundup.psfhosted.org>
In-reply-to
Content
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()
History
Date User Action Args
2019-03-12 14:56:30xtreaksetrecipients: + xtreak, Saim Raza
2019-03-12 14:56:30xtreaksetmessageid: <1552402590.55.0.140276183848.issue36272@roundup.psfhosted.org>
2019-03-12 14:56:30xtreaklinkissue36272 messages
2019-03-12 14:56:30xtreakcreate