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

python 2.1b shelve is broken #34199

Closed
drach mannequin opened this issue Mar 20, 2001 · 2 comments
Closed

python 2.1b shelve is broken #34199

drach mannequin opened this issue Mar 20, 2001 · 2 comments
Assignees
Labels
extension-modules C modules in the Modules dir

Comments

@drach
Copy link
Mannequin

drach mannequin commented Mar 20, 2001

BPO 410146
Nosy @gvanrossum

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/gvanrossum'
closed_at = <Date 2001-03-22.00:20:15.000>
created_at = <Date 2001-03-20.20:27:38.000>
labels = ['extension-modules']
title = 'python 2.1b shelve is broken'
updated_at = <Date 2001-03-22.00:20:15.000>
user = 'https://bugs.python.org/drach'

bugs.python.org fields:

activity = <Date 2001-03-22.00:20:15.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2001-03-20.20:27:38.000>
creator = 'drach'
dependencies = []
files = []
hgrepos = []
issue_num = 410146
keywords = []
message_count = 2.0
messages = ['3973', '3974']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'drach']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue410146'
versions = []

@drach
Copy link
Mannequin Author

drach mannequin commented Mar 20, 2001

python 2.1b shelve module is broken, on Redhat Linux
6.2:

% python
Python 2.1b1 (#1, Mar 19 2001, 15:18:14)
[GCC 2.95.2 19991024 (release)] on linux2
Type "copyright", "credits" or "license" for more
information.
>>> import shelve
>>> f = shelve.open('testshelve')
>>> f.keys()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/local/cdat/alpha/lib/python2.1/shelve.py",
line 56, in keys
    return self.dict.keys()
MemoryError

@drach drach mannequin closed this as completed Mar 20, 2001
@drach drach mannequin assigned gvanrossum Mar 20, 2001
@drach drach mannequin added the extension-modules C modules in the Modules dir label Mar 20, 2001
@drach drach mannequin closed this as completed Mar 20, 2001
@gvanrossum
Copy link
Member

Logged In: YES
user_id=6380

This was actually a bug introduced recently in the bsddb
module. Thanks for reporting this! It's now fixed in the
CVS tree, just in time for the 2.1b2 release.

@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
Labels
extension-modules C modules in the Modules dir
Projects
None yet
Development

No branches or pull requests

1 participant