Changes between Initial Version and Version 1 of Ticket #11190


Ignore:
Timestamp:
Jun 23, 2013, 3:48:33 AM (11 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11190 – Description

    initial v1  
    22
    33The traceback is:
    4 
     4{{{
    55File "/opt/bitnami/.tmp/Trac-1.0-py2.7.egg-tmp/trac/wiki/templates/wiki_view.html", line 49, in <Expression u'wiki_to_html(context, text)'>
    66  <div id="wikipage" class="trac-content" py:content="wiki_to_html(context, text)" />
     
    2121File "/opt/bitnami/python/lib/python2.7/sre_compile.py", line 523, in compile
    2222  groupindex, indexgroup
    23 
     23}}}
    2424And from what I can tell its happening in _update(self, pagename), because the pages array used to create the regular expression has 500 items, and somehow that is reaching the limit of Python's RE.