Closed GoogleCodeExporter closed 9 years ago
It appears that regex is busy working on the large chunk (it's 317210 bytes
long!) of whitespace in the file. (Who would create such a strange thing?)
As a temporary workaround, try compacting the whitespace with regex.sub(r"\s+",
" ", text); it'll reduce the size of the text by nearly 90%!
I'll try to see whether a fix is possible.
Original comment by re...@mrabarnett.plus.com
on 12 Nov 2014 at 7:23
Fixed in regex 2014.11.13.
Original comment by re...@mrabarnett.plus.com
on 13 Nov 2014 at 2:02
Original issue reported on code.google.com by
Vladimir...@gmail.com
on 12 Nov 2014 at 2:38Attachments: