cpython: 9755036c81d0 (original) (raw)

Mercurial > cpython

changeset 83510:9755036c81d0 3.3

backported rev 79713 from 3.4, test_recursion_limit skipped for -O0

Ɓukasz Langa lukasz@langa.pl
date Wed, 24 Apr 2013 01:29:26 +0200
parents 44d764238f0d
children 7d48e7087a62 601570064725
files Lib/test/test_threading.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-)[+] [-] Lib/test/test_threading.py 3

line wrap: on

line diff

--- a/Lib/test/test_threading.py +++ b/Lib/test/test_threading.py @@ -754,7 +754,8 @@ class ThreadingExceptionTests(BaseTestCa lock = threading.Lock() self.assertRaises(RuntimeError, lock.release)