From: Taavi Burns Date: Sat, 20 Nov 2010 13:30:07 +0000 (-0500) Subject: DecimalResultProcessor memory testing is likely to catch something only when cextensi... X-Git-Tag: rel_0_6_6~31^2~10^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=426501cba7a578245b1c232e6747ff24ce94e263;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git DecimalResultProcessor memory testing is likely to catch something only when cextensions are enabled. [ticket:1978] --- diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py index ca0fa1a9f7..2246f2f1fb 100644 --- a/test/aaa_profiling/test_memusage.py +++ b/test/aaa_profiling/test_memusage.py @@ -568,12 +568,14 @@ class MemUsageTest(EnsureZeroed): cast.compile(dialect=dialect) go() + @testing.requires.cextensions def test_DecimalResultProcessor_init(self): @profile_memory def go(): to_decimal_processor_factory({}, 10) go() + @testing.requires.cextensions def test_DecimalResultProcessor_process(self): @profile_memory def go():