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.

Author skrah
Recipients skrah
Date 2012-03-12.22:48:52
SpamBayes Score 0.004964325
Marked as misclassified No
Message-id <1331592533.68.0.501543996641.issue14272@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-03-12 22:48:53skrahsetrecipients: + skrah
2012-03-12 22:48:53skrahsetmessageid: <1331592533.68.0.501543996641.issue14272@psf.upfronthosting.co.za>
2012-03-12 22:48:53skrahlinkissue14272 messages
2012-03-12 22:48:52skrahcreate