[issue37681] warning: ‘no_sanitize_thread’

hai shi report at bugs.python.org
Sat Aug 3 12:04:11 EDT 2019


hai shi <shihai1991 at 126.com> added the comment:

I checked no_sanitize_thread in some gcc manual of different version. And looks the no_sanitize_thread from gcc 5.1.0 [3](not 4.8)

[1] https://gcc.gnu.org/onlinedocs/gcc-4.9.3/gcc/Function-Attributes.html#Function-Attributes
[2] https://gcc.gnu.org/onlinedocs/gcc-4.9.4/gcc/Function-Attributes.html#Function-Attributes
[3] https://gcc.gnu.org/onlinedocs/gcc-5.1.0/gcc/Function-Attributes.html#Function-Attributes
[4] https://gcc.gnu.org/onlinedocs/gcc-5.2.0/gcc/Function-Attributes.html#Function-Attributes

Alexey have some descr of TSAN in https://bugs.python.org/issue35204(Looks `GCC introduced TSan together with ASan in 4.8` is wrong)

----------

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


More information about the Python-bugs-list mailing list