Issue 6491: Improve --with-dbmliborder option (original) (raw)

Created on 2009-07-15 17:18 by Arfrever, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-dbmliborder.patch Arfrever,2009-07-15 17:18
Messages (2)
msg90539 - (view) Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) * (Python triager) Date: 2009-07-15 17:18
--with-dbmliborder option doesn't allow to specify that no dbm modules are requested. It also doesn't affect "Anthony Baxter's gdbm module". The attached patch allows to specify "--with-dbmliborder=" which should disable building of all dbm modules.
msg97117 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2010-01-01 16:12
Applied in r77215.
History
Date User Action Args
2022-04-11 14:56:51 admin set github: 50740
2010-01-01 16:12:34 benjamin.peterson set status: open -> closednosy: + benjamin.petersonmessages: + resolution: accepted
2009-07-20 12:25:29 djc set nosy: + djc
2009-07-15 17🔞05 Arfrever create