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 gregory.p.smith
Recipients ammar2, benjamin.peterson, cstratak, gregory.p.smith, mark.dickinson, meador.inge, petr.viktorin, vstinner
Date 2020-03-06.02:07:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583460475.68.0.98826868868.issue39689@roundup.psfhosted.org>
In-reply-to
Content
FYI - I updated the ubsan buildbot to clang 9 so this one shows up in there now:

/var/lib/buildbot/workers/clang-ubsan/3.x.gps-clang-ubsan.clang-ubsan/build/Modules/_struct.c:487:28: runtime error: load of value 116, which is not a valid value for type '_Bool'
Objects/memoryobject.c:1702:15: runtime error: load of value 116, which is not a valid value for type '_Bool'
Objects/memoryobject.c:2704:15: runtime error: load of value 116, which is not a valid value for type '_Bool'
Objects/memoryobject.c:2704:15: runtime error: load of value 116, which is not a valid value for type '_Bool'
History
Date User Action Args
2020-03-06 02:07:55gregory.p.smithsetrecipients: + gregory.p.smith, mark.dickinson, vstinner, benjamin.peterson, petr.viktorin, meador.inge, cstratak, ammar2
2020-03-06 02:07:55gregory.p.smithsetmessageid: <1583460475.68.0.98826868868.issue39689@roundup.psfhosted.org>
2020-03-06 02:07:55gregory.p.smithlinkissue39689 messages
2020-03-06 02:07:55gregory.p.smithcreate