Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_re failure on 64bit targets (alpha, ia64) #39020

Closed
doko42 opened this issue Aug 6, 2003 · 5 comments
Closed

test_re failure on 64bit targets (alpha, ia64) #39020

doko42 opened this issue Aug 6, 2003 · 5 comments

Comments

@doko42
Copy link
Member

doko42 commented Aug 6, 2003

BPO 783990
Nosy @doko42

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2005-12-19.03:30:59.000>
created_at = <Date 2003-08-06.07:17:22.000>
labels = ['expert-regex']
title = 'test_re failure on 64bit targets (alpha, ia64)'
updated_at = <Date 2005-12-19.03:30:59.000>
user = 'https://github.com/doko42'

bugs.python.org fields:

activity = <Date 2005-12-19.03:30:59.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Regular Expressions']
creation = <Date 2003-08-06.07:17:22.000>
creator = 'doko'
dependencies = []
files = []
hgrepos = []
issue_num = 783990
keywords = []
message_count = 5.0
messages = ['17644', '17645', '17646', '17647', '17648']
nosy_count = 3.0
nosy_names = ['nnorwitz', 'doko', 'mkc']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue783990'
versions = ['Python 2.3']

@doko42
Copy link
Member Author

doko42 commented Aug 6, 2003

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'

@doko42
Copy link
Member Author

doko42 commented Aug 6, 2003

Logged In: YES
user_id=60903

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

@mkc
Copy link
Mannequin

mkc mannequin commented Sep 3, 2004

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.)

@nnorwitz
Copy link
Mannequin

nnorwitz mannequin commented Oct 2, 2005

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.

@nnorwitz
Copy link
Mannequin

nnorwitz mannequin commented Dec 19, 2005

Logged In: YES
user_id=33168

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

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant