It was previously shared with `libmpdec`, which is no longer vendored.
* sizeof(size_t) == sizeof(mpd_uint_t) == sizeof(mpd_ssize_t)
*/
-#ifdef TEST_COVERAGE
+#ifdef Py_DEBUG
#undef Py_LOCAL_INLINE
#define Py_LOCAL_INLINE Py_LOCAL
#endif
have_mpdec=yes
fi
-# Disable forced inlining in debug builds, see GH-94847
-if test "x$with_pydebug" = xyes
-then :
- as_fn_append LIBMPDEC_CFLAGS " -DTEST_COVERAGE"
-fi
-
# Check whether _decimal should use a coroutine-local or thread-local context
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for --with-decimal-contextvar" >&5
printf %s "checking for --with-decimal-contextvar... " >&6; }
])
])
-# Disable forced inlining in debug builds, see GH-94847
-AS_VAR_IF(
- [with_pydebug], [yes],
- [AS_VAR_APPEND([LIBMPDEC_CFLAGS], [" -DTEST_COVERAGE"])])
-
# Check whether _decimal should use a coroutine-local or thread-local context
AC_MSG_CHECKING([for --with-decimal-contextvar])
AC_ARG_WITH(