[issue3358] 2to3 Iterative Wildcard Matching

Nick Edds report at bugs.python.org
Sat Sep 27 04:24:14 CEST 2008


Nick Edds <nedds at uchicago.edu> added the comment:

What do you think would be the best way to implement a test for this? To
test it, I ran it on a known file that caused the old recursive method
to fail, but I don't know if it makes sense to include that with the
tests. I could always write a test to verify that the iterative element
works, but as for testing the transition from recursive to iterative
when the recursion limit is exceeded, do you think that is something I
should do, and is there a better way than simply including the file that
I know causes the recursion limit to be exceeded?

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3358>
_______________________________________


More information about the Python-bugs-list mailing list