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

Two bsddb tests temporarily commented out in py3k branch #45712

Closed
gvanrossum opened this issue Nov 1, 2007 · 2 comments
Closed

Two bsddb tests temporarily commented out in py3k branch #45712

gvanrossum opened this issue Nov 1, 2007 · 2 comments
Assignees
Labels
type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@gvanrossum
Copy link
Member

BPO 1371
Nosy @gvanrossum, @gpshead

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 = 'https://github.com/gpshead'
closed_at = <Date 2007-11-01.21:55:46.774>
created_at = <Date 2007-11-01.19:51:09.454>
labels = ['type-crash']
title = 'Two bsddb tests temporarily commented out in py3k branch'
updated_at = <Date 2008-01-06.22:29:45.462>
user = 'https://github.com/gvanrossum'

bugs.python.org fields:

activity = <Date 2008-01-06.22:29:45.462>
actor = 'admin'
assignee = 'gregory.p.smith'
closed = True
closed_date = <Date 2007-11-01.21:55:46.774>
closer = 'gregory.p.smith'
components = []
creation = <Date 2007-11-01.19:51:09.454>
creator = 'gvanrossum'
dependencies = []
files = []
hgrepos = []
issue_num = 1371
keywords = []
message_count = 2.0
messages = ['57031', '57040']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'gregory.p.smith']
pr_nums = []
priority = 'critical'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue1371'
versions = ['Python 3.0']

@gvanrossum
Copy link
Member Author

In Lib/bsddb/test/test_misc.py in the py3k branch I had to disable two
test in order to make progress on a mega-merge from the trunk.

The tests are test01_badpointer and test04_double_free_make_key_dbt. I
commented them out by inserting "## " in front of each line.

Can you please re-enable these tests and fix the code that currently
breaks then?

@gvanrossum gvanrossum added the type-crash A hard crash of the interpreter, possibly with a core dump label Nov 1, 2007
@gpshead
Copy link
Member

gpshead commented Nov 1, 2007

This should be fixed in py3k revision 58761.

@gpshead gpshead closed this as completed Nov 1, 2007
@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
type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

No branches or pull requests

2 participants