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

Roger Serwy report at bugs.python.org
Mon Jul 9 23:12:51 CEST 2012


Roger Serwy <roger.serwy at gmail.com> added the comment:

I think that issue13532 fixes this issue, as only strings are now pickled from the subprocess to the IDLE front-end for writing to stdout and stderr. This should address the pickling vulnerability.

I downloaded BeautifulSoup 3.0.4 and did not see this problem when using IDLE 2.7.1, and then against the latest dev version from the repo.

I am closing this issue as being out of date.

----------
nosy: +serwy
resolution:  -> out of date
status: open -> closed

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


More information about the Python-bugs-list mailing list