Greetings!

Yesterday I hit a case where some logging would throw RecursionError. After spending quite a bit of time hunting down the cause of the error, I doubled the recursion limit and went on.

Is logging RecursionError a normal behaviour to experience? Should I take it more seriously that just double the recursion limit?

If RecursionError exception in logging calls is somewhat normal, then I have a problem, because I typically call logging from errback and don't expect the logging call to blow up.

-- Kirill

_______________________________________________
Twisted mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/twisted.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/LNKXDFQ4GWZY27V6WNSKCVFBMNOUK3UZ/
Code of Conduct: https://twisted.org/conduct

Reply via email to