[Python-Dev] More Non-Bugs (original) (raw)
Vladimir Marangozov Vladimir.Marangozov@inrialpes.fr
Wed, 2 Aug 2000 14:13:41 +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:
Bug 110651 -- re.compile('[\200-\400]') segfaults -- it doens't for me
You get a compiled SRE object, right? But SRE is the new 're' and the old 're' is 'pre'. Make the example: import pre; pre.compile('[\200-\400]') and I suspect you'll get the segfault (I did).
-- 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 ]