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 roger.serwy
Recipients BreamoreBoy, gpolo, kbk, ned.deily, roger.serwy, taleinat, terry.reedy
Date 2012-07-09.21:12:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341868371.52.0.49154335103.issue1757057@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-07-09 21:12:51roger.serwysetrecipients: + roger.serwy, terry.reedy, kbk, taleinat, gpolo, ned.deily, BreamoreBoy
2012-07-09 21:12:51roger.serwysetmessageid: <1341868371.52.0.49154335103.issue1757057@psf.upfronthosting.co.za>
2012-07-09 21:12:50roger.serwylinkissue1757057 messages
2012-07-09 21:12:50roger.serwycreate