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: Propagate define to resurce mingw32 compile
Type: compile error Stage: resolved
Components: Distutils, Windows Versions: Python 3.1, Python 3.2, Python 2.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: tarek Nosy List: iritkatriel, shura_zam, tarek
Priority: normal Keywords: patch

Created on 2008-05-22 10:18 by shura_zam, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
cygwinccompiler.diff shura_zam, 2008-05-22 10:18 correct problem review
Messages (3)
msg67184 - (view) Author: Alexandr Zamaraev (shura_zam) Date: 2008-05-22 10:18
If resource source file depend from macros definition passing from
define_macros parametr setup crash.
msg109760 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2010-07-09 16:07
I'm not entirely sure what msg67184 means but the patch is simple enough.
msg381028 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2020-11-15 19:34
Alexandr, is this still an issue, and if so can you explain what the issue is?
History
Date User Action Args
2022-04-11 14:56:34adminsetgithub: 47190
2021-02-14 12:44:25iritkatrielsetstatus: pending -> closed
resolution: out of date
stage: test needed -> resolved
2020-11-15 19:34:27iritkatrielsetstatus: open -> pending
nosy: + iritkatriel
messages: + msg381028

2014-02-03 19:22:54BreamoreBoysetnosy: - BreamoreBoy
2010-07-09 16:07:55BreamoreBoysetversions: + Python 3.1, Python 2.7, Python 3.2, - Python 2.6, Python 2.5
nosy: + BreamoreBoy

messages: + msg109760

stage: test needed
2009-02-28 17:44:19akitadasetassignee: tarek
type: compile error
components: + Windows
nosy: + tarek
2008-05-22 10:18:24shura_zamcreate