]> granicus.if.org Git - python/commit
Testing the implicit initialization of the thread local context on first
authorStefan Krah <skrah@bytereef.org>
Mon, 2 Apr 2012 17:10:20 +0000 (19:10 +0200)
committerStefan Krah <skrah@bytereef.org>
Mon, 2 Apr 2012 17:10:20 +0000 (19:10 +0200)
commit9d2801095f6186a0993259fe558a22c27abeb8be
treed2c8064778855f0f37be4acc0d6c6a0aeaf96de0
parent368b4b74050290a77f32cafa8c7fac3542bc6308
Testing the implicit initialization of the thread local context on first
access fails (expectedly) if other modules have already used decimal. The
only option is to remove the test.
Lib/test/test_decimal.py