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: ast.c: windows compile error
Type: behavior Stage: resolved
Components: Build Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: skrah
Priority: normal Keywords:

Created on 2012-03-12 22:48 by skrah, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg155504 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2012-03-12 22:48
The Windows build seems to be broken:

Python-ast.c                                                                                                  
..\Python\Python-ast.c(459) : error C2059: syntax error : ';'                                                 
..\Python\Python-ast.c(461) : error C2059: syntax error : '}'                                                 
..\Python\Python-ast.c(549) : error C2065: 'AST_object' : undeclared identifier                               
..\Python\Python-ast.c(581) : error C2065: 'AST_object' : undeclared identifier                               
..\Python\Python-ast.c(581) : error C2059: syntax error : ')'                                                 
..\Python\Python-ast.c(596) : fatal error C1903: unable to recover from previous error(s); stopping compilatio
n                                                                                                             
dtoa.c                                                                                                        
10>..\Python\dtoa.c
msg155586 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2012-03-13 09:56
Looks fixed in 6bee4eea1efa.
History
Date User Action Args
2022-04-11 14:57:27adminsetgithub: 58480
2012-03-13 09:56:08skrahsetstatus: open -> closed
resolution: fixed
messages: + msg155586

stage: resolved
2012-03-12 22:48:53skrahcreate