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.

Author drach
Recipients
Date 2001-03-20.20:27:38
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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 
History
Date User Action Args
2007-08-23 13:53:37adminlinkissue410146 messages
2007-08-23 13:53:37admincreate