This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kristall
Recipients adi, akuchling, effbot, gpolo, greg@gregdetre.co.uk, gvanrossum, kristall, mathieu.clabaut, ostkamp, rsc, timehorse
Date 2009-10-17.22:48:56
SpamBayes Score 4.301755e-09
Marked as misclassified No
Message-id <1255819738.89.0.356077218319.issue1160@psf.upfronthosting.co.za>
In-reply-to
Content
aloha,

I also use large RE's. re.compile() worked fine under python2.6 (OS
ubuntu-linux). After moving the code to python3.0 I get the same error
as ostkamp did. Under 3.1 also. Under 3.1 I tried to the fix that
ostkamp described (setting 'short' to 'long' in Modules/sre.h) and
rebuild python, but still the error occurs. I want to change to 3.x
since my variables contain german text with Umlauten (ä, ö, ü etc.) and
its pain to work with unicode under 2.x. Is there anything else I can
try, or is there a planned date when this bug will be fixed. I am
thankful in advance for any help.

kristall
History
Date User Action Args
2009-10-17 22:48:59kristallsetrecipients: + kristall, gvanrossum, effbot, akuchling, ostkamp, rsc, timehorse, mathieu.clabaut, gpolo, greg@gregdetre.co.uk, adi
2009-10-17 22:48:58kristallsetmessageid: <1255819738.89.0.356077218319.issue1160@psf.upfronthosting.co.za>
2009-10-17 22:48:57kristalllinkissue1160 messages
2009-10-17 22:48:57kristallcreate