Issue 6680: Python 3.1 fails to build when db.h contains non-UTF-8 characters (original) (raw)

Issue6680

Created on 2009-08-10 22:47 by Arfrever, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-3.1-setup.py.patch Arfrever,2009-08-10 22:47 python-3.1-setup.py.patch
Messages (2)
msg91465 - (view) Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) * (Python triager) Date: 2009-08-10 22:47
Python 3.1 fails to build when db.h contains non-UTF-8 characters. Python 3.1 checks for db.h even though Python 3 doesn't contain bsddb module. See also https://bugs.gentoo.org/show_bug.cgi?id=280001 Please at least apply the attached patch, or completely remove check for db.h.
msg91501 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-08-12 18:18
Fixed in r74357.
History
Date User Action Args
2022-04-11 14:56:51 admin set github: 50929
2009-08-12 18🔞22 benjamin.peterson set status: open -> closednosy: + benjamin.petersonmessages: + resolution: fixed
2009-08-11 19:04:26 brett.cannon set stage: patch review
2009-08-10 22:47:22 Arfrever create