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 yselivanov
Recipients MajeedArni, eryksun, python-dev, r.david.murray, steve.dower, tim.golden, yselivanov, zach.ware
Date 2015-05-27.15:04:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432739090.78.0.759327247498.issue24244@psf.upfronthosting.co.za>
In-reply-to
Content
timemodule.c no longer compiles on MacOSX:


gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I./Include -I. -IInclude -I/usr/local/include -I/Users/yury/dev/py/cpython/Include -I/Users/yury/dev/py/cpython -c /Users/yury/dev/py/cpython/Modules/timemodule.c -o build/temp.macosx-10.10-x86_64-3.5/Users/yury/dev/py/cpython/Modules/timemodule.o
/Users/yury/dev/py/cpython/Modules/timemodule.c:656:9: error: use of undeclared identifier '_Py_BEGIN_SUPPRESS_IPH'
        _Py_BEGIN_SUPPRESS_IPH
        ^
/Users/yury/dev/py/cpython/Modules/timemodule.c:658:9: error: use of undeclared identifier '_Py_END_SUPPRESS_IPH'
        _Py_END_SUPPRESS_IPH
        ^
2 errors generated.
History
Date User Action Args
2015-05-27 15:04:50yselivanovsetrecipients: + yselivanov, tim.golden, r.david.murray, python-dev, zach.ware, eryksun, steve.dower, MajeedArni
2015-05-27 15:04:50yselivanovsetmessageid: <1432739090.78.0.759327247498.issue24244@psf.upfronthosting.co.za>
2015-05-27 15:04:50yselivanovlinkissue24244 messages
2015-05-27 15:04:50yselivanovcreate