Kaydet (Commit) b26f3639 authored tarafından Tim Peters's avatar Tim Peters

Enable pymalloc by default in the Windows build.

üst 76fffd81
...@@ -506,6 +506,9 @@ typedef int pid_t; ...@@ -506,6 +506,9 @@ typedef int pid_t;
/* Define if you want cycle garbage collection */ /* Define if you want cycle garbage collection */
#define WITH_CYCLE_GC 1 #define WITH_CYCLE_GC 1
/* Use Python's own small-block memory-allocator. */
#define WITH_PYMALLOC 1
/* Define if you have clock. */ /* Define if you have clock. */
/* #define HAVE_CLOCK */ /* #define HAVE_CLOCK */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment