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 ned.deily
Recipients ned.deily, tjhnson
Date 2014-10-02.07:41:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412235685.82.0.0801462462138.issue22534@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I'm not able to reproduce any major memory leak, using a couple of different dbm implementations, and there is not enough information to go on.

To pursue further, you should identify:
- what platform (operating system distribution and version)
- exactly what version of Python you are using and its origins (if not provided by the operating system distribution):
    python2.7 -c 'import sys;print(sys.version)'
- a test case that shows exactly what you run and how you determine that memory is growing
- after running the test (and possibly aborting it) and the database file "blah" has been created:
    python2.7 -c 'import whichdb;print(whichdb.whichdb("blah"))'
That should show which dbm is being used.
History
Date User Action Args
2014-10-02 07:41:25ned.deilysetrecipients: + ned.deily, tjhnson
2014-10-02 07:41:25ned.deilysetmessageid: <1412235685.82.0.0801462462138.issue22534@psf.upfronthosting.co.za>
2014-10-02 07:41:25ned.deilylinkissue22534 messages
2014-10-02 07:41:25ned.deilycreate