summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_context.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-46425: fix direct invocation of `asyncio` tests (GH-30725)Miss Islington (bot)2022-01-221-0/+4
| | | | | (cherry picked from commit 5a5340044ca98cbe6297668d91bccba04b102923) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* bpo-39794: Add --without-decimal-contextvar (#18702)Stefan Krah2020-02-291-0/+1
|
* bpo-33562: Check the global asyncio event loop policy isn't set after any ↵Brett Cannon2018-06-021-0/+4
| | | | tests (GH-7328)
* bpo-32630: Use contextvars in decimal (GH-5278)Yury Selivanov2018-01-271-0/+29