Kumar Aditya
914f6367a0
GH-95899: fix asyncio.Runner to call set_event_loop only once ( #95900 )
2022-08-15 10:02:47 -07:00
Kumar Aditya
54f48844d1
GH-95097: fix `asyncio.run` for tasks without `uncancel` method ( #95211 )
...
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
2022-07-28 08:47:54 -07:00
Kumar Aditya
14fea6b4d2
GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase ( #94593 )
2022-07-06 16:18:21 +01:00
Kumar Aditya
b415c5f1aa
GH-93850: Fix test_asyncio exception ignored tracebacks ( #93854 )
2022-06-15 16:41:47 +02:00
Victor Stinner
3ceb4b8d3a
gh-84623: Remove unused imports in tests ( #93772 )
2022-06-13 16:56:03 +02:00
Akuli
a4974003ec
gh-93124: Fix typos in comments (GH-93125)
...
Fixes #93124
Automerge-Triggered-By: GH:rhettinger
2022-05-25 08:34:14 -07:00
David Hewitt
1cd8c29dac
gh-91880: add try/except around `signal.signal` ( #91881 )
...
Fixes gh-91880.
2022-04-25 08:56:20 -07:00
Andrew Svetlov
f08a191882
bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105)
...
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
2022-03-30 15:15:06 +03:00
Andrew Svetlov
bad6ffaa64
bpo-47062: Rename factory argument to loop_factory (GH-32113)
2022-03-26 00:26:23 +02:00
Andrew Svetlov
20e6e5636a
bpo-47118: Fix asyncio.Runner tests error (32117)
2022-03-25 19:59:29 +02:00
Andrew Svetlov
4119d2d7c9
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
...
Co-authored-by: Zachary Ware <zach@python.org>
2022-03-24 21:51:16 +02:00
Andrew Svetlov
012e77eb5c
Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253)
2022-02-10 14:57:20 +02:00
Nikita Sobolev
5a5340044c
bpo-46425: fix direct invocation of `asyncio` tests ( #30725 )
2022-01-22 13:06:27 +02:00
Shantanu
0770ad948c
bpo-41696: Fix handling of debug mode in asyncio.run ( #22069 )
...
* bpo-41696: Fix handling of debug mode in asyncio.run
This allows PYTHONASYNCIODEBUG or -X dev to enable asyncio debug mode
when using asyncio.run
* 📜 🤖 Added by blurb_it.
Co-authored-by: hauntsaninja <>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
2020-09-02 21:54:46 -07:00
Yury Selivanov
a4afcdfa55
bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown ( #5262 )
2018-01-21 14:56:59 -05:00
Yury Selivanov
02a0a19206
bpo-32314: Implement asyncio.run() ( #4852 )
2017-12-14 09:42:21 -05:00