[New-bugs-announce] [issue43152] warning: unused variable 'code'

Dong-hee Na report at bugs.python.org
Sun Feb 7 02:17:02 EST 2021


New submission from Dong-hee Na <donghee.na at python.org>:

Python/ceval.c:4747:19: warning: unused variable 'code' [-Wunused-variable]
    PyCodeObject *code = (PyCodeObject *)_co;


Very nit compiler warning but should be fixed ;)

----------
components: Interpreter Core
messages: 386583
nosy: Mark.Shannon, corona10
priority: normal
severity: normal
status: open
title: warning: unused variable 'code'
versions: Python 3.10

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


More information about the New-bugs-announce mailing list