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 Forest Gregg
Recipients Forest Gregg, emilyemorehouse, ned.deily, ronaldoussoren, terry.reedy
Date 2017-06-06.17:42:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496770943.67.0.300080655265.issue30388@psf.upfronthosting.co.za>
In-reply-to
Content
From one user who had problems under both 3.5 and 3.6

otool -L $(python3.5 -c 'import _dbm;print(_dbm.__file__)')

/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/lib-dynload/_dbm.cpython-35m-darwin.so:
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
current version 125.2.0)

otool -L $(python3.6 -c 'import _dbm;print(_dbm.__file__)')

/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_
dbm.cpython-36m-darwin.so:

/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version
125.2.0)
History
Date User Action Args
2017-06-06 17:42:23Forest Greggsetrecipients: + Forest Gregg, terry.reedy, ronaldoussoren, ned.deily, emilyemorehouse
2017-06-06 17:42:23Forest Greggsetmessageid: <1496770943.67.0.300080655265.issue30388@psf.upfronthosting.co.za>
2017-06-06 17:42:23Forest Gregglinkissue30388 messages
2017-06-06 17:42:23Forest Greggcreate