[New-bugs-announce] [issue36330] Warning about a potential dead code in timemodule and Clang

Stéphane Wirtel report at bugs.python.org
Sun Mar 17 15:20:11 EDT 2019


New submission from Stéphane Wirtel <stephane at wirtel.be>:

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.

----------
components: Interpreter Core
messages: 338137
nosy: matrixise
priority: normal
severity: normal
status: open
title: Warning about a potential dead code in timemodule and Clang
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36330>
_______________________________________


More information about the New-bugs-announce mailing list