[Python-Dev] More Non-Bugs (original) (raw)
Vladimir Marangozov Vladimir.Marangozov@inrialpes.fr
Thu, 3 Aug 2000 11:11:36 +0200 (CEST)
- Previous message: [Python-Dev] More Non-Bugs
- Next message: [Python-Dev] More Non-Bugs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Moshe Zadka wrote:
On Wed, 2 Aug 2000, Vladimir Marangozov wrote: > Moshe Zadka wrote: > > > > Bug 110651 -- re.compile('[\200-\400]') segfaults -- it doens't for me > > You get a compiled SRE object, right? Nope -- I tested it with pre.
As of yesterday's CVS (I saw AMK checking in an escape patch since then):
~/python/dev>python Python 2.0b1 (#1, Aug 3 2000, 09:01:35) [GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)] on linux2 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam Copyright 1995-2000 Corporation for National Research Initiatives (CNRI)
import pre pre.compile('[\200-\400]') Segmentation fault (core dumped)
-- Vladimir MARANGOZOV | Vladimir.Marangozov@inrialpes.fr http://sirac.inrialpes.fr/~marangoz | tel:(+33-4)76615277 fax:76615252
- Previous message: [Python-Dev] More Non-Bugs
- Next message: [Python-Dev] More Non-Bugs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]