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 Forest Gregg, ned.deily, ronaldoussoren, terry.reedy
Date 2017-05-20.17:32:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495301551.95.0.80938565412.issue30388@psf.upfronthosting.co.za>
In-reply-to
Content
Can you provide a complete example of how to reproduce the behavior you are seeing?  Ideally, it would include producing the shelve object.  Also, please provide the output of this command:

otool -L $(python3.6 -c 'import _dbm;print(_dbm.__file__)')
History
Date User Action Args
2017-05-20 17:32:32ned.deilysetrecipients: + ned.deily, terry.reedy, ronaldoussoren, Forest Gregg
2017-05-20 17:32:31ned.deilysetmessageid: <1495301551.95.0.80938565412.issue30388@psf.upfronthosting.co.za>
2017-05-20 17:32:31ned.deilylinkissue30388 messages
2017-05-20 17:32:31ned.deilycreate