Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240a6c3 commit 7a572d9Copy full SHA for 7a572d9
1 file changed
Python/traceback.c
@@ -1186,7 +1186,7 @@ _Py_DumpTraceback(int fd, PyThreadState *tstate)
1186
1187
1188
// Write the thread name
1189
-static void
+static void _Py_NO_SANITIZE_THREAD
1190
write_thread_name(int fd, PyThreadState *tstate)
1191
{
1192
#ifndef MS_WINDOWS
@@ -1239,7 +1239,7 @@ write_thread_name(int fd, PyThreadState *tstate)
1239
1240
This function is signal safe (except on Windows). */
1241
1242
1243
write_thread_id(int fd, PyThreadState *tstate, int is_current)
1244
1245
if (is_current)
0 commit comments