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 vajrasky
Recipients ned.deily, ronaldoussoren, vajrasky
Date 2015-06-04.15:21:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433431289.49.0.607816850533.issue24382@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the error message:
building 'time' extension
gcc -Wno-unused-result -Wsign-compare -g -O0 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -IInclude -I/usr/local/include -I/Users/sky/Code/python/cpython/Include -I/Users/sky/Code/python/cpython -c /Users/sky/Code/python/cpython/Modules/timemodule.c -o build/temp.macosx-10.9-x86_64-3.6-pydebug/Users/sky/Code/python/cpython/Modules/timemodule.o
/Users/sky/Code/python/cpython/Modules/timemodule.c:656:9: error: use of undeclared identifier '_Py_BEGIN_SUPPRESS_IPH'
        _Py_BEGIN_SUPPRESS_IPH
        ^
/Users/sky/Code/python/cpython/Modules/timemodule.c:659:9: error: use of undeclared identifier '_Py_END_SUPPRESS_IPH'
        _Py_END_SUPPRESS_IPH
        ^
2 errors generated.
History
Date User Action Args
2015-06-04 15:21:29vajraskysetrecipients: + vajrasky, ronaldoussoren, ned.deily
2015-06-04 15:21:29vajraskysetmessageid: <1433431289.49.0.607816850533.issue24382@psf.upfronthosting.co.za>
2015-06-04 15:21:29vajraskylinkissue24382 messages
2015-06-04 15:21:29vajraskycreate