Message99151
As stated in msg73781, this is being addressed in issue #2636.
My regex module handles the test case without complaint:
>>> import regex
>>> r = regex.compile('|'.join('%d'%x for x in range(7000)))
>>> r.match("1000")
<_regex.REGEX_Match object at 0x015D2920>
>>> r.match("6999")
<_regex.REGEX_Match object at 0x016DDC20> |
|
| Date |
User |
Action |
Args |
| 2010-02-10 03:22:50 | mrabarnett | set | recipients:
+ mrabarnett, gvanrossum, effbot, akuchling, pitrou, ostkamp, rsc, timehorse, mathieu.clabaut, gpolo, ezio.melotti, [email protected], adi, johnsonm, kristall |
| 2010-02-10 03:22:50 | mrabarnett | set | messageid: <[email protected]> |
| 2010-02-10 03:22:48 | mrabarnett | link | issue1160 messages |
| 2010-02-10 03:22:48 | mrabarnett | create | |
|