[issue45203] Improve specialization stats for LOAD_METHOD and BINARY_SUBSCR

STINNER Victor report at bugs.python.org
Wed Sep 15 11:42:39 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

load_method_fail_kind() added by commit 11cdf2a6702639571554cbf3f69f57d688564540 introduced a compiler (GCC) warning:

Python/specialize.c: In function 'load_method_fail_kind':
Python/specialize.c:878:1: warning: control reaches end of non-void function [-Wreturn-type]
  878 | }
      | ^

----------
nosy: +vstinner

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


More information about the Python-bugs-list mailing list