[issue1757062] Pickle fails on BeautifulSoup's navigableString instances

2008-05-13 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Closing as "won't fix". -- resolution: -> wont fix status: open -> closed _ Tracker <[EMAIL PROTECTED]> _ __

[issue1757062] Pickle fails on BeautifulSoup's navigableString instances

2007-08-24 Thread Georg Brandl
Georg Brandl added the comment: This is indeed tricky. The docs say __unicode__ "should return a Unicode object", so I'm inclined to blame BeautifulSoup. Asking Neal for a second opinion. -- assignee: -> nnorwitz nosy: +georg.brandl _ Tracker <[EMAI

[issue1757062] Pickle fails on BeautifulSoup's navigableString instances

2007-08-24 Thread Christophe Michel
Christophe Michel added the comment: I started by isolating the most minimalist code that triggers the error. If you play a bit with NavigableString, you will end up with the attached code. As expected, this program fails with RuntimeError: maximum recursion depth exceeded The evil recursion pro