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_capi crashes when run with "-R" #52064

Closed
florentx mannequin opened this issue Jan 30, 2010 · 5 comments
Closed

test_capi crashes when run with "-R" #52064

florentx mannequin opened this issue Jan 30, 2010 · 5 comments
Labels
tests Tests in the Lib/test dir type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@florentx
Copy link
Mannequin

florentx mannequin commented Jan 30, 2010

BPO 7816
Nosy @pitrou, @benjaminp, @florentx

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 2010-01-30.23:31:31.633>
created_at = <Date 2010-01-30.23:20:02.867>
labels = ['tests', 'type-crash']
title = 'test_capi crashes when run with "-R"'
updated_at = <Date 2010-02-03.01:14:01.267>
user = 'https://github.com/florentx'

bugs.python.org fields:

activity = <Date 2010-02-03.01:14:01.267>
actor = 'benjamin.peterson'
assignee = 'none'
closed = True
closed_date = <Date 2010-01-30.23:31:31.633>
closer = 'benjamin.peterson'
components = ['Tests']
creation = <Date 2010-01-30.23:20:02.867>
creator = 'flox'
dependencies = []
files = []
hgrepos = []
issue_num = 7816
keywords = ['patch']
message_count = 5.0
messages = ['98579', '98580', '98581', '98765', '98769']
nosy_count = 3.0
nosy_names = ['pitrou', 'benjamin.peterson', 'flox']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'patch review'
status = 'closed'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue7816'
versions = ['Python 2.6', 'Python 3.1', 'Python 2.7', 'Python 3.2']

@florentx
Copy link
Mannequin Author

florentx mannequin commented Jan 30, 2010

test test_capi crashed -- <class 'AssertionError'>: PyDateTime_CAPI somehow initialized
1 test failed:

It was introduced in r76824.
It may be fixed with something like r72357.

@florentx florentx mannequin added tests Tests in the Lib/test dir type-crash A hard crash of the interpreter, possibly with a core dump labels Jan 30, 2010
@florentx
Copy link
Mannequin Author

florentx mannequin commented Jan 30, 2010

Patch.

@benjaminp
Copy link
Contributor

Should be fixed in r77867.

@pitrou
Copy link
Member

pitrou commented Feb 2, 2010

Needs to be merged in py3k :)

@benjaminp
Copy link
Contributor

As you wish: r77934.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

No branches or pull requests

2 participants