From c2a4bae9552d3c2cd31734434404fcd57e611b18 Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Sun, 10 Mar 2024 20:32:01 +0900 Subject: [PATCH] Address code review --- configure.ac | 2 +- pyconfig.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5a1a03b8860b78..c919e6af1efaa7 100644 --- a/configure.ac +++ b/configure.ac @@ -4752,7 +4752,7 @@ fi if test "$with_mimalloc" = yes; then if test "$with_tsan" = yes; then - AC_DEFINE([MI_TSAN], [1], [Define MI_TSAN for thread sanitizer]) + AC_DEFINE([MI_TSAN], [1], [Define MI_TSAN for mimalloc thread sanitizer support]) fi fi diff --git a/pyconfig.h.in b/pyconfig.h.in index cff177154dd0bd..f6bfb4f37ef82a 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1588,7 +1588,7 @@ . */ #undef MAJOR_IN_SYSMACROS -/* Define MI_TSAN for thread sanitizer */ +/* Define MI_TSAN for mimalloc thread sanitizer support */ #undef MI_TSAN /* Define if mvwdelch in curses.h is an expression. */