Python Coredump on FreeBSD

Harald Schneider h_schneider at marketmix.com
Thu May 15 11:27:18 EDT 2003


Thanks ! You are genious! This works perfectly stable!

import pre as re

does the job.

--Harald

"Andrew MacIntyre" <andymac at bullseye.apana.org.au> schrieb im Newsbeitrag
news:mailman.1052940442.4968.python-list at python.org...
> On Wed, 14 May 2003, Harald Schneider wrote:
>
> > I also tried a value of 1024 with no result.
> > Is there any alternative to the re module ?
>
> AFAIK, you can still use the PCRE engine - its status is "deprecated" as
> of 2.3.
>
> To test it, use
>
>   import pre as re
>
> instead of
>
>   import re
>
> As far as I can make out, the interface is the same, but there are
> probably differences in corner cases.
>
> --
> Andrew I MacIntyre                     "These thoughts are mine alone..."
> E-mail: andymac at bullseye.apana.org.au  | Snail: PO Box 370
>         andymac at pcug.org.au            |        Belconnen  ACT  2616
> Web:    http://www.andymac.org/        |        Australia
>
>






More information about the Python-list mailing list