[issue1757057] Unexpected "maximum recursion depth exceeded" in IDLE shell with objects that cannot be pickled

Ned Deily report at bugs.python.org
Fri Sep 17 21:32:30 CEST 2010


Ned Deily <nad at acm.org> added the comment:

While BeautifulSoup may have been fixed, the issue here still points to an underlying problem in IDLE being vulnerable to pickling errors.  The given test case still fails in 2.7 (I didn't try to construct a test for Python 3).

----------
nosy: +kbk, ned.deily
resolution: invalid -> 
status: pending -> open
title: IDLE + BeautifulSoup = Error -> Unexpected "maximum recursion depth exceeded" in IDLE shell with objects that cannot be pickled
versions: +Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1757057>
_______________________________________


More information about the Python-bugs-list mailing list