STINNER Victor added the comment: I reopen the issue because Python cannot be compiled anymore on the Builder AMD64 FreeBSD 10.0 3.x:
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/2947/steps/configure/logs/stdio checking for stdatomic.h... yes checking for GCC >= 4.7 __atomic builtins... yes http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/2947/steps/compile/logs/stdio --- Parser/tokenizer_pgen.o --- In file included from Parser/tokenizer_pgen.c:2: In file included from Parser/tokenizer.c:4: In file included from Include/Python.h:53: Include/pyatomic.h:37:5: error: _Atomic cannot be applied to incomplete type 'void' _Atomic void *_value; ^ ---------- resolution: fixed -> status: closed -> open _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22038> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com