Support async contextmanagers in contextlib.suppress
|
|
9
|
307
|
September 30, 2025
|
Add non-`async` `try_acquire` method to `asyncio.Lock` to attempt locking immedietly from normal functions
|
|
7
|
192
|
August 17, 2025
|
Public proactor API?
|
|
0
|
135
|
August 12, 2025
|
Error retrieving tasks: Failed to find the PyRuntime section in process 9026 on macOS platform (tried both libpython and python), while trying asyncio ps
|
|
7
|
107
|
August 1, 2025
|
Improve the context of asyncio slow log reporting
|
|
1
|
284
|
March 5, 2025
|
Add task pipeline to asyncio with capped parallelism and lazy input reading
|
|
25
|
865
|
February 15, 2025
|
Add `asyncio.console` module to progamatically access the asyncio REPL
|
|
6
|
274
|
February 10, 2025
|
Decorator to facilitate sync and async calls to one function
|
|
6
|
1682
|
February 5, 2025
|
Asyncio RLock - reentrant locks for async Python
|
|
11
|
4432
|
January 16, 2025
|
How to cancel all tasks created within same TaskGroup
|
|
13
|
2870
|
January 7, 2025
|
High-performance Asyncio networking: sockets vs streams vs protocols
|
|
10
|
1484
|
December 23, 2024
|
Add asyncio monitoring hooks
|
|
27
|
2931
|
December 13, 2024
|
Concurrent asynchronous iteration
|
|
3
|
422
|
November 21, 2024
|
Calling coroutines from sync code
|
|
9
|
7182
|
October 7, 2024
|
Types for asynchronous generators too general
|
|
2
|
695
|
September 23, 2024
|
Asyncio: when use `call_soon`?
|
|
0
|
113
|
September 20, 2024
|
Mixing async with operators for collection ABCs
|
|
3
|
248
|
September 17, 2024
|
Add 2-state (boolean) asyncio synchronization primitive
|
|
8
|
239
|
August 24, 2024
|
Debugging `asyncio` execution time warnings when waiting for task wakeups
|
|
0
|
669
|
July 24, 2024
|
Allow Transport to 'release' socket passed to `create_connection(sock=...)`?
|
|
0
|
95
|
July 14, 2024
|
Why does `asyncio.wait(<empty>)` raise ValueError?
|
|
2
|
393
|
July 7, 2024
|
Request: Can we get a c-api hook into PyContext_Enter and PyContext_Exit
|
|
4
|
511
|
May 9, 2024
|
BoundedTaskGroup to control parallelism
|
|
4
|
2140
|
April 21, 2024
|
Adding a low level wait for file descriptor
|
|
0
|
360
|
April 20, 2024
|
Asyncio Semaphore with support for priorities
|
|
7
|
1795
|
April 16, 2024
|
TypeError: cannot pickle '_asyncio.Future' object
|
|
5
|
4188
|
March 7, 2024
|
Learning asyncio: how to use it correctly with other context managers
|
|
2
|
1160
|
February 29, 2024
|
Simplifying two-phase coroutines for enhanced user-friendliness
|
|
9
|
718
|
February 27, 2024
|
Expanding asyncio support for socket APIs
|
|
13
|
3068
|
February 19, 2024
|
Make asyncio done callbacks consistent between Futures and Tasks
|
|
5
|
2533
|
February 18, 2024
|