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 collinwinter
Recipients benjamin.peterson, collinwinter, nedds
Date 2008-07-27.23:07:16
SpamBayes Score 0.010516746
Marked as misclassified No
Message-id <1217200038.96.0.371577192939.issue3358@psf.upfronthosting.co.za>
In-reply-to
Content
One option would be to use the faster recursive version, falling back to
the iterative version if you hit a "RuntimeError: maximum recursion
depth exceeded" error. This would keep the speed for most files, but
would allow 2to3 to parse files like the one in issue 2532.
History
Date User Action Args
2008-07-27 23:07:19collinwintersetrecipients: + collinwinter, benjamin.peterson, nedds
2008-07-27 23:07:18collinwintersetmessageid: <1217200038.96.0.371577192939.issue3358@psf.upfronthosting.co.za>
2008-07-27 23:07:17collinwinterlinkissue3358 messages
2008-07-27 23:07:16collinwintercreate