mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
bpo-39794: Add --without-decimal-contextvar (#18702)
This commit is contained in:
parent
0aeab5c438
commit
815280eb16
11 changed files with 248 additions and 36 deletions
|
@ -7,6 +7,7 @@ def tearDownModule():
|
|||
asyncio.set_event_loop_policy(None)
|
||||
|
||||
|
||||
@unittest.skipUnless(decimal.HAVE_CONTEXTVAR, "decimal is built with a thread-local context")
|
||||
class DecimalContextTest(unittest.TestCase):
|
||||
|
||||
def test_asyncio_task_decimal_context(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue