New submission from Dong-hee Na <donghee...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue43152>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to