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 shihai1991
Recipients shihai1991
Date 2019-07-25.16:02:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564070558.89.0.656147417061.issue37681@roundup.psfhosted.org>
In-reply-to
Content
When I build cpython, I got this error:
Objects/obmalloc.c:1414:1: warning: ‘no_sanitize_thread’ attribute directive ignored [-Wattributes]
 {
 ^
I removed the _Py_NO_SANITIZE_THREAD and build again, this warning dismissed. not sure ASAN、TSAN and MSAN have some inner relation?
History
Date User Action Args
2019-07-25 16:02:38shihai1991setrecipients: + shihai1991
2019-07-25 16:02:38shihai1991setmessageid: <1564070558.89.0.656147417061.issue37681@roundup.psfhosted.org>
2019-07-25 16:02:38shihai1991linkissue37681 messages
2019-07-25 16:02:38shihai1991create