◐ Shell
clean mode source ↗

Message 376372 - Python tracker

Message376372

Author vstinner
Recipients corona10, hoefling, pablogsal, shihai1991, vstinner
Date 2020-09-04.15:15:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599232516.77.0.932599785334.issue41654@roundup.psfhosted.org>
In-reply-to
Content
"AMD64 Arch Linux Asan 3.8" buildbot logs a compiler warning:
https://buildbot.python.org/all/#builders/580/builds/4

Objects/exceptions.c: In function ‘MemoryError_dealloc’:
Objects/exceptions.c:2298:23: warning: comparison of distinct pointer types lacks a cast
 2298 |     if (Py_TYPE(self) != PyExc_MemoryError) {
      |                       ^~
History
Date User Action Args
2020-09-04 15:15:16vstinnersetrecipients: + vstinner, corona10, pablogsal, shihai1991, hoefling
2020-09-04 15:15:16vstinnersetmessageid: <1599232516.77.0.932599785334.issue41654@roundup.psfhosted.org>
2020-09-04 15:15:16vstinnerlinkissue41654 messages
2020-09-04 15:15:16vstinnercreate