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: `configure` incorrectly handles empty OPT variable
Type: behavior Stage: patch review
Components: Build Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: benjamin.peterson Nosy List: Arfrever, benjamin.peterson
Priority: low Keywords: patch

Created on 2010-03-09 17:59 by Arfrever, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-OPT.patch Arfrever, 2010-03-09 17:59 Fix handling of OPT variable
Messages (4)
msg100736 - (view) Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) * (Python triager) Date: 2010-03-09 17:59
The comment in configure.in says that some changes aren't applied to OPT variable when OPT variable has been set by the user, but they are applied when empty OPT has been explicitly set. The attached patch fixes this problem.
msg100760 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2010-03-09 21:44
Fixed in r78817.
msg100803 - (view) Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) * (Python triager) Date: 2010-03-10 19:07
Could you apply this patch also in 3.1 branch?
msg100808 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2010-03-10 22:28
2010/3/10 Arfrever Frehtes Taifersar Arahesis <report@bugs.python.org>:
>
> Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> added the comment:
>
> Could you apply this patch also in 3.1 branch?

Done.
History
Date User Action Args
2022-04-11 14:56:58adminsetgithub: 52347
2010-03-10 22:28:53benjamin.petersonsetmessages: + msg100808
2010-03-10 19:07:44Arfreversetmessages: + msg100803
2010-03-09 21:59:16benjamin.petersonsetstatus: open -> closed
resolution: fixed
2010-03-09 21:44:33benjamin.petersonsetversions: - Python 3.1, Python 2.7, Python 3.2
2010-03-09 21:44:13benjamin.petersonsetassignee: benjamin.peterson

messages: + msg100760
nosy: + benjamin.peterson
2010-03-09 20:32:22brett.cannonsetpriority: low
type: behavior
stage: patch review
2010-03-09 17:59:39Arfrevercreate