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 matrixise
Recipients matrixise
Date 2019-03-17.19:20:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552850411.26.0.43372681058.issue36330@roundup.psfhosted.org>
In-reply-to
Content
env CC="/usr/bin/clang" CCX="/usr/bin/clang" ./configure > /dev/null ;and make -j 4 > /dev/null

./Modules/timemodule.c:113:13: warning: code will never be executed [-Wunreachable-code]
            PyErr_SetString(PyExc_OverflowError,
            ^~~~~~~~~~~~~~~
1 warning generated.
History
Date User Action Args
2019-03-17 19:20:11matrixisesetrecipients: + matrixise
2019-03-17 19:20:11matrixisesetmessageid: <1552850411.26.0.43372681058.issue36330@roundup.psfhosted.org>
2019-03-17 19:20:11matrixiselinkissue36330 messages
2019-03-17 19:20:11matrixisecreate