Message295282
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) |
|
| Date |
User |
Action |
Args |
| 2017-06-06 17:42:23 | Forest Gregg | set | recipients:
+ Forest Gregg, terry.reedy, ronaldoussoren, ned.deily, emilyemorehouse |
| 2017-06-06 17:42:23 | Forest Gregg | set | messageid: <[email protected]> |
| 2017-06-06 17:42:23 | Forest Gregg | link | issue30388 messages |
| 2017-06-06 17:42:23 | Forest Gregg | create | |
|