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 vstinner
Recipients Mark.Shannon, vstinner
Date 2021-09-15.15:42:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631720559.62.0.727726650837.issue45203@roundup.psfhosted.org>
In-reply-to
Content
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 | }
      | ^
History
Date User Action Args
2021-09-15 15:42:39vstinnersetrecipients: + vstinner, Mark.Shannon
2021-09-15 15:42:39vstinnersetmessageid: <1631720559.62.0.727726650837.issue45203@roundup.psfhosted.org>
2021-09-15 15:42:39vstinnerlinkissue45203 messages
2021-09-15 15:42:39vstinnercreate