Home
last modified time | relevance | path

Searched refs:with_freelists (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_sys.py924 with_freelists = sysconfig.get_config_var("WITH_FREELISTS")
926 if with_freelists:
930 if not with_freelists and not with_pymalloc:
/third_party/python/
H A Dconfigure1079 with_freelists
16204 if test ${with_freelists+y}
16206 withval=$with_freelists;
16210 if test -z "$with_freelists"
16212 with_freelists="yes"
16214 if test "$with_freelists" != "no"
16220 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_freelists" >&5
16221 printf "%s\n" "$with_freelists" >&6; }

Completed in 24 milliseconds