From: Eli Bendersky Date: Sun, 30 Dec 2012 14:29:49 +0000 (-0800) Subject: Skip a test correctly for the C-version. The decorator doesn't really work X-Git-Tag: v3.4.0a1~1738 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7e2666449b7ab3a8f1d5042c4486d693f81deb0;p=python Skip a test correctly for the C-version. The decorator doesn't really work because it evaluates its condition before pyET is even set by test_main. Therefore, the check it moved to "runtime". --- d7e2666449b7ab3a8f1d5042c4486d693f81deb0