]> granicus.if.org Git - python/commit
Skip a test correctly for the C-version. The decorator doesn't really work
authorEli Bendersky <eliben@gmail.com>
Sun, 30 Dec 2012 14:29:49 +0000 (06:29 -0800)
committerEli Bendersky <eliben@gmail.com>
Sun, 30 Dec 2012 14:29:49 +0000 (06:29 -0800)
commitd7e2666449b7ab3a8f1d5042c4486d693f81deb0
treea1fba55b02383db842d1db3cd44d8b8228b22a35
parent2c53a78a99d9b465276527ae27a6d7abfad4bfdb
parent52280c427af94d53f1f8278807b2cc106b92f068
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".