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 eltoder
Recipients ajaksu2, alex, alexandre.vassalotti, bcroq, belopolsky, ddorfman, eltoder, herring, mstefanro, pitrou, rhettinger, zzzeek
Date 2015-11-21.19:54:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448135676.31.0.838787306435.issue1062277@psf.upfronthosting.co.za>
In-reply-to
Content
Davis, the possible cases (i.e. recursion via appropriate mutable objects) are already supported, and the impossible cases are, well, impossible. The only open issue is whether to implement better error handling for infinite recursion problems, instead of relying on built-in maximum recursion depth.
History
Date User Action Args
2015-11-21 19:54:36eltodersetrecipients: + eltoder, rhettinger, belopolsky, ddorfman, pitrou, ajaksu2, alexandre.vassalotti, alex, zzzeek, bcroq, mstefanro, herring
2015-11-21 19:54:36eltodersetmessageid: <1448135676.31.0.838787306435.issue1062277@psf.upfronthosting.co.za>
2015-11-21 19:54:36eltoderlinkissue1062277 messages
2015-11-21 19:54:36eltodercreate