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 terry.reedy
Recipients Octopi, serhiy.storchaka, terry.reedy
Date 2021-06-10.23:11:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623366689.76.0.623839765874.issue44379@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-06-10 23:11:29terry.reedysetrecipients: + terry.reedy, serhiy.storchaka, Octopi
2021-06-10 23:11:29terry.reedysetmessageid: <1623366689.76.0.623839765874.issue44379@roundup.psfhosted.org>
2021-06-10 23:11:29terry.reedylinkissue44379 messages
2021-06-10 23:11:29terry.reedycreate