cpython/Lib/asyncio
Victor Stinner 0b8c348f27
Fix pyflakes warnings: variable is assigned to but never used (#142294)
Example of fixed warning:

    Lib/netrc.py:98:13: local variable 'toplevel'
    is assigned to but never used
2025-12-08 14:00:31 +01:00
..
__init__.py
__main__.py gh-140251: colorize import statement formatting in asyncio console (#140252) 2025-10-18 20:05:24 +05:30
base_events.py Fix pyflakes warnings: variable is assigned to but never used (#142294) 2025-12-08 14:00:31 +01:00
base_futures.py
base_subprocess.py gh-103847: fix cancellation safety of asyncio.create_subprocess_exec (#140805) 2025-11-12 10:47:38 +05:30
base_tasks.py
constants.py
coroutines.py
events.py
exceptions.py
format_helpers.py
futures.py gh-105836: Fix asyncio.run_coroutine_threadsafe leaving underlying cancelled asyncio task running (#141696) 2025-12-06 19:33:25 +00:00
graph.py
locks.py
log.py
mixins.py
proactor_events.py Fix pyflakes warnings: variable is assigned to but never used (#142294) 2025-12-08 14:00:31 +01:00
protocols.py
queues.py
runners.py
selector_events.py gh-138703: clarify data buffer requirement of asyncio.StreamWriter.write (#139564) 2025-10-04 21:44:05 +05:30
sslproto.py
staggered.py
streams.py gh-141863: use bytearray.take_bytes in asyncio streams for better performance (#141864) 2025-11-24 21:06:53 +05:30
subprocess.py
taskgroups.py
tasks.py
threads.py
timeouts.py
tools.py Fix pyflakes warnings: variable is assigned to but never used (#142294) 2025-12-08 14:00:31 +01:00
transports.py
trsock.py
unix_events.py Fix pyflakes warnings: variable is assigned to but never used (#142294) 2025-12-08 14:00:31 +01:00
windows_events.py
windows_utils.py