homepage

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 py.user
Recipients docs@python, ezio.melotti, mrabarnett, py.user
Date 2012年03月17日.00:48:27
SpamBayes Score 0.07834943
Marked as misclassified No
Message-id <1331945308.4.0.250244486328.issue14342@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/py3k/library/re.html#avoiding-recursion
>>> import sys
>>> sys.getrecursionlimit()
1000
>>> import re
>>> s = 'Begin ' + 1000*'a very long string ' + 'end'
>>> re.match('Begin (\w| )*? end', s).end()
19009
>>>
History
Date User Action Args
2012年03月17日 00:48:28py.usersetrecipients: + py.user, ezio.melotti, mrabarnett, docs@python
2012年03月17日 00:48:28py.usersetmessageid: <1331945308.4.0.250244486328.issue14342@psf.upfronthosting.co.za>
2012年03月17日 00:48:27py.userlinkissue14342 messages
2012年03月17日 00:48:27py.usercreate

AltStyle によって変換されたページ (->オリジナル) /