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.

classification
Title: test_re failure on 64bit targets (alpha, ia64)
Type: Stage:
Components: Regular Expressions Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: nnorwitz Nosy List: doko, mkc, nnorwitz
Priority: normal Keywords:

Created on 2003-08-06 07:17 by doko, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Messages (5)
msg17644 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2003-08-06 07:17
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'

msg17645 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2003-08-06 07:18
Logged In: YES 
user_id=60903

this should be alpha-linux, ia64-linux, didn't test any
other OS.
msg17646 - (view) Author: Mike Coleman (mkc) Date: 2004-09-03 23:22
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.)
msg17647 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2005-10-02 05:52
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.
msg17648 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2005-12-19 03:30
Logged In: YES 
user_id=33168

Assuming this is fixed based on comments and lack of response.
History
Date User Action Args
2022-04-10 16:10:30adminsetgithub: 39020
2003-08-06 07:17:22dokocreate