mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-03 19:22:27 +00:00
Use real malloc so we can test Python with ASAN
This commit is contained in:
parent
214e3a68a9
commit
d3a735702b
1 changed files with 1 additions and 1 deletions
2
third_party/python/pyconfig.h
vendored
2
third_party/python/pyconfig.h
vendored
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue