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 ezio.melotti
Recipients Arfrever, ezio.melotti, jkloth, mrabarnett, pitrou, r.david.murray, tchrist, terry.reedy
Date 2011-08-14.16:06:47
SpamBayes Score 2.5548898e-08
Marked as misclassified No
Message-id <1313338008.86.0.287608821741.issue12749@psf.upfronthosting.co.za>
In-reply-to
Content
On wide 3.2 it passes too, so the failure is limited to narrow builds (are you sure that it fails on wide builds for you?).

On a narrow 2.7 I get a slightly different error though:

match 1 passed
Traceback (most recent call last):
  File "bigrange.py", line 16, in <module>
    if re.search("[𝒜-𝒵]", "𝒞", flags): 
  File "/home/wolf/dev/py/2.7/Lib/re.py", line 142, in search
    return _compile(pattern, flags).search(string)
  File "/home/wolf/dev/py/2.7/Lib/re.py", line 244, in _compile
    raise error, v # invalid expression
sre_constants.error: bad character range
History
Date User Action Args
2011-08-14 16:06:48ezio.melottisetrecipients: + ezio.melotti, terry.reedy, pitrou, jkloth, mrabarnett, Arfrever, r.david.murray, tchrist
2011-08-14 16:06:48ezio.melottisetmessageid: <1313338008.86.0.287608821741.issue12749@psf.upfronthosting.co.za>
2011-08-14 16:06:48ezio.melottilinkissue12749 messages
2011-08-14 16:06:48ezio.melotticreate