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.

classification
Title: configuring --with-dbmliborder=bdb doesn't build the gdbm extension
Type: behavior Stage:
Components: Build Versions: Python 3.4, Python 3.5, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: doko
Priority: low Keywords:

Created on 2012-01-09 15:40 by doko, last changed 2022-04-11 14:57 by admin.

Messages (1)
msg150943 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2012-01-09 15:40
configuring --with-dbmliborder=bdb doesn't build the gdbm extension. this option should only affect the build of the dbm extension, not the build of the gdbm extension.
History
Date User Action Args
2022-04-11 14:57:25adminsetgithub: 57954
2014-07-03 08:11:37BreamoreBoysettype: behavior
components: + Build
versions: + Python 3.4, Python 3.5, - Python 3.2, Python 3.3
2012-01-09 15:40:09dokocreate