[issue2480] eliminate recursion in pickling

2009-06-28 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: I am closing this issue in favour of #3119, since Aaron's patch is cleaner and slightly faster. Thank you Daniel for the idea! -- dependencies: -pickle.py is limited by python's call stack resolution: -> duplicate status: open -> closed superse

[issue2480] eliminate recursion in pickling

2008-07-06 Thread Gregory P. Smith
Changes by Gregory P. Smith <[EMAIL PROTECTED]>: -- dependencies: +pickle.py is limited by python's call stack ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue2480] eliminate recursion in pickling

2008-06-29 Thread Aaron Gallagher
Aaron Gallagher <[EMAIL PROTECTED]> added the comment: I've provided an alternate implementation of this that works with very minimal modification to pickle.py. See issue 3119 for the patch. -- nosy: +habnabit ___ Python tracker <[EMAIL PROTECTED]> <

[issue2480] eliminate recursion in pickling

2008-04-28 Thread Bob Kline
Bob Kline <[EMAIL PROTECTED]> added the comment: > Please open a new issue and don't forget to provide an example case. Looks like Daniel beat me to the punch. __ Tracker <[EMAIL PROTECTED]> __ __

[issue2480] eliminate recursion in pickling

2008-04-27 Thread Daniel Darabos
Daniel Darabos <[EMAIL PROTECTED]> added the comment: I have also described the crash, but it makes sense to handle it separately. So I have created issue 2702, and changed the title of this issue. -- title: pickling of large recursive structures fails -> eliminate recursion in pickling