cpython/Lib/concurrent/futures
Victor Stinner 6ae254aaa0
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Tools such as ruff can ignore "imported but unused" warnings if a
line ends with "# noqa: F401". It avoids the temptation to remove
an import which is used effectively.
2024-06-13 16:14:50 +02:00
..
__init__.py gh-120121: Add InvalidStateError to concurrent.futures.__all__ (#120123) 2024-06-08 21:41:19 +05:30
_base.py gh-120157: Remove unused code in concurrent.future (gh-120187) 2024-06-07 16:39:19 +09:00
process.py gh-120417: Add #noqa to used imports in the stdlib (#120421) 2024-06-13 16:14:50 +02:00
thread.py gh-109649: Use os.process_cpu_count() (#110165) 2023-10-01 03:14:57 +02:00