Python Coredump on FreeBSD

Fredrik Lundh fredrik at pythonware.com
Thu May 15 17:31:29 EDT 2003


Harald Schneider wrote:

> The file is read completely and split into lines. Each line is split by the
> ":". Comments # are ignored.

try replacing every ".*?" with ".*".  no matter what engine you
use, that will require less memory, and probably also run faster.

</F>








More information about the Python-list mailing list