Skip to content

issues Search Results · repo:aio-libs/async-timeout language:Python

Filter by

39 results
 (74 ms)

39 results

inaio-libs/async-timeout (press backspace or delete to remove)

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

Is shift_by meant to increase delay or replace delay. This raises TimeoutError after the 1st second: import asyncio from async_timeout import timeout async def test(): async with timeout(10) as ...
  • moznuy
  • 1
  • Opened 
    on May 24, 2021
  • #216

+ /usr/bin/python3 -Bm pytest -ra =========================================================================== test session starts ============================================================================ ...
  • kloczek
  • 3
  • Opened 
    on Apr 17, 2021
  • #203
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub