Chris Angelico added the comment:

*facepalm* Of course I am. I don't know how I missed that in there, but maybe I 
was focusing too much on the abort that followed it to actually read the 
exception text. Duh.

But with the latest version of the patch, I'm seeing something that I'm fairly 
sure *is* a different failure:

gcc -pthread -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG 
-g -fwrapv -O3 -Wall -Wstrict-prototypes    -Werror=declaration-after-statement 
  -I. -IInclude -I./Include    -DPy_BUILD_CORE -o Python/ast.o Python/ast.c
Python/ast.c: In function ‘ast_for_call’:
Python/ast.c:2433:5: error: ‘npositionals’ undeclared (first use in this 
function)
Python/ast.c:2433:5: note: each undeclared identifier is reported only once for 
each function it appears in
make: *** [Python/ast.o] Error 1

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue2292>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to