New submission from Mark Lawrence: 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. ---------- components: Windows messages: 244764 nosy: BreamoreBoy, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: xxlimited.c errors when building 32 and 64 bit on Windows type: compile error versions: Python 3.5, Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24376> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com