[ python-Bugs-783990 ] test_re failure on 64bit targets (alpha, ia64)

SourceForge.net noreply at sourceforge.net
Mon Dec 19 04:30:59 CET 2005


Bugs item #783990, was opened at 2003-08-06 00:17
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=783990&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Regular Expressions
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Matthias Klose (doko)
Assigned to: Neal Norwitz (nnorwitz)
Summary: test_re failure on 64bit targets (alpha, ia64)

Initial Comment:
test test_re failed -- Traceback (most recent call last):
  File
"/home/doko/py/python2.3-2.3/Lib/test/test_re.py", line
283, in test_bigcharset
    u"\u2222").group(1), u"\u2222")
AttributeError: 'NoneType' object has no attribute 'group'



----------------------------------------------------------------------

>Comment By: Neal Norwitz (nnorwitz)
Date: 2005-12-18 19:30

Message:
Logged In: YES 
user_id=33168

Assuming this is fixed based on comments and lack of response.

----------------------------------------------------------------------

Comment By: Neal Norwitz (nnorwitz)
Date: 2005-10-01 22:52

Message:
Logged In: YES 
user_id=33168

Hmmm, from the last comment it seems like this problem has
been fixed.  Unless I hear otherwise, I will close soon.

----------------------------------------------------------------------

Comment By: Mike Coleman (mkc)
Date: 2004-09-03 16:22

Message:
Logged In: YES 
user_id=555

This test 'test_re' doesn't fail for last night's snapshot,
on Linux/ia64 or Linux/amd64.  It also doesn't fail for
python2.3 on Tru64.  So probably this could be closed as
'fixed'.

(Note, though, that the test 'test_bigcharset' doesn't
really test re.UNICODE very well.)

----------------------------------------------------------------------

Comment By: Matthias Klose (doko)
Date: 2003-08-06 00:18

Message:
Logged In: YES 
user_id=60903

this should be alpha-linux, ia64-linux, didn't test any
other OS.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=783990&group_id=5470


More information about the Python-bugs-list mailing list