Skip to content

Commit c2a4bae

Browse files
committed
Address code review
1 parent a97883f commit c2a4bae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4752,7 +4752,7 @@ fi
47524752

47534753
if test "$with_mimalloc" = yes; then
47544754
if test "$with_tsan" = yes; then
4755-
AC_DEFINE([MI_TSAN], [1], [Define MI_TSAN for thread sanitizer])
4755+
AC_DEFINE([MI_TSAN], [1], [Define MI_TSAN for mimalloc thread sanitizer support])
47564756
fi
47574757
fi
47584758

pyconfig.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,7 @@
15881588
<sysmacros.h>. */
15891589
#undef MAJOR_IN_SYSMACROS
15901590

1591-
/* Define MI_TSAN for thread sanitizer */
1591+
/* Define MI_TSAN for mimalloc thread sanitizer support */
15921592
#undef MI_TSAN
15931593

15941594
/* Define if mvwdelch in curses.h is an expression. */

0 commit comments

Comments
 (0)