Terry J. Reedy <tjre...@udel.edu> added the comment:
The 'while pickling' part of the message is specific to running in IDLE, as Serhiy explained, but the recursion error itself is due to writing a program with infinite recursion. The program switches the last two items back and forth indefinitely. When run directly in Python, it gives the same error, with a different 'while' part. Violet, this tracker is for patching Python docs and the CPython interpreter. Please ask questions about program behavior elsewhere, such as python-list. ---------- assignee: terry.reedy -> resolution: -> not a bug stage: -> resolved status: open -> closed versions: +Python 3.10 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44379> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com