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 BreamoreBoy
Recipients BreamoreBoy, steve.dower, tim.golden, zach.ware
Date 2015-06-03.15:53:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433346827.17.0.151975233058.issue24376@psf.upfronthosting.co.za>
In-reply-to
Content
5>..\Modules\xxlimited.c(268): error C2061: syntax error : identifier 'xx_slots'
5>..\Modules\xxlimited.c(268): error C2059: syntax error : ';'
5>..\Modules\xxlimited.c(268): error C3409: empty attribute block is not allowed
5>..\Modules\xxlimited.c(268): error C2513: '/*global*/ ' : no variable declared before '='
5>..\Modules\xxlimited.c(269): error C2065: 'Py_mod_exec' : undeclared identifier
5>..\Modules\xxlimited.c(279): error C2065: 'xx_slots' : undeclared identifier
5>..\Modules\xxlimited.c(283): error C2099: initializer is not a constant
5>..\Modules\xxlimited.c(290): warning C4013: 'PyModuleDef_Init' undefined; assuming extern returning int
5>..\Modules\xxlimited.c(290): warning C4047: 'return' : 'PyObject *' differs in levels of indirection from 'int'

I believe it's down to r46496.
History
Date User Action Args
2015-06-03 15:53:47BreamoreBoysetrecipients: + BreamoreBoy, tim.golden, zach.ware, steve.dower
2015-06-03 15:53:47BreamoreBoysetmessageid: <1433346827.17.0.151975233058.issue24376@psf.upfronthosting.co.za>
2015-06-03 15:53:47BreamoreBoylinkissue24376 messages
2015-06-03 15:53:46BreamoreBoycreate