issues Search Results · repo:aio-libs/async-timeout language:Python
Filter by
41 results
(69 ms)41 results
inaio-libs/async-timeout (press backspace or delete to remove)In setup.cfg there is the assignment
license = Apache 2
Please use the official SPDX identifier for it to make metadata properly machine readable
license = Apache-2.0
See https://spdx.org/licenses/ ...
JArndt-WI
- Opened 6 days ago
- #474
I had an idea a couple of days ago on one of my evening walks an idea for a possible New timer type and I decided not to
go ahead and write a new python library just yet for it since many features would ...
Vizonex
- 2
- Opened on Jul 22
- #459
The sdist package at PyPI is missing the requirements.txt file with the list of testing dependencies. Please add the
missing file to sdist to make downstream testing easier. Thank you.
mtelka
- 2
- Opened on Nov 4, 2024
- #423
Python 3.8 is currently receiving only security updates and that will end next month, so maybe to drop support for
Python 3.8?
That it, should now require at least Python 3.9 or later?
But note that ...
Hedda
- 2
- Opened on Aug 27, 2024
- #413
Python 3.11 introduced the concept of uncancelling a cancelled task.
From https://docs.python.org/3/library/asyncio-task.html#task-cancellation user code should not generally call uncancel.
However, in ...
tristan
- Opened on Jul 11, 2023
- #362
How about adding msg argument to task.cancel()?
TL;DR:
def _on_timeout(self, task: asyncio.Task[None] ) - None:
task.cancel(msg= timeout ) # --- add the reason of cancellation
self._state ...
achimnol
- 2
- Opened on Jul 5, 2022
- #320
in the end i want to run math but end it if it takes longer than x to complete but even this doesn t even stop
async with timeout(5):
await run_formula()
and
async def run_formula(): ...
NeedNot
- 3
- Opened on Nov 27, 2021
- #268
Hello there is problem using this library with python 3.9.
$ python3
Python 3.9.2 (default, Feb 28 2021, 17:03:44)
[GCC 10.2.1 20210110] on linux
Type help , copyright , credits or license for more ...
jjuris
- 5
- Opened on Nov 26, 2021
- #267
i set 1000 seconds but only the first time it runs well next round only 10 seconds , it says timeout what s wrong with
my code?
async def _run_debug_mode(self):
for idx, wallet in enumerate(self.wallets): ...
viponedream
- 1
- Opened on Nov 11, 2021
- #260
Describe the bug
There is a race condition in code that handles connection timeout. If you call cancel on a task that is currently
pending in create_connection and connection timeout was already fired ...
ssigut
- 34
- Opened on Aug 30, 2021
- #229

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.