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 nedds
Recipients benjamin.peterson, collinwinter, nedds
Date 2008-08-04.16:06:00
SpamBayes Score 0.07554917
Marked as misclassified No
Message-id <1217865965.21.0.57452792509.issue3358@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that tries to use the faster recursive matching, but if
there is a RuntimeError, it will use the iterative matching. It passes
all the tests and works on the ssl.py file that were known to break the
recursive matching.
History
Date User Action Args
2008-08-04 16:06:05neddssetrecipients: + nedds, collinwinter, benjamin.peterson
2008-08-04 16:06:05neddssetmessageid: <1217865965.21.0.57452792509.issue3358@psf.upfronthosting.co.za>
2008-08-04 16:06:01neddslinkissue3358 messages
2008-08-04 16:06:00neddscreate