Use real malloc so we can test Python with ASAN

This commit is contained in:
Justine Tunney 2021-08-17 01:25:04 -07:00
parent 214e3a68a9
commit d3a735702b

View file

@ -1360,7 +1360,7 @@
/* #undef WITH_NEXT_FRAMEWORK */
/* Define if you want to compile in Python-specific mallocs */
#define WITH_PYMALLOC 1
/* #define WITH_PYMALLOC 1 */
/* Define if you want to compile in rudimentary thread support */
/* #undef WITH_THREAD */