Skip to content

Issues: agronholm/anyio

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

SocketStream.receive sometimes returns bytearray objects on Windows bug Something isn't working
#776 opened Aug 30, 2024 by jonathanslenders
2 tasks done
Error when using Lock from thread in asyncio bug Something isn't working
#773 opened Aug 28, 2024 by davidbrochart
2 tasks done
get_coro is missing a None check in _task_started bug Something isn't working
#764 opened Jul 27, 2024 by ZeroIntensity
2 tasks done
Timing out when a cancelled process takes too long to die enhancement New feature or request
#757 opened Jul 10, 2024 by jwodder
1 task done
Allow passing kwargs to anyio.open_process and anyio.run_process enhancement New feature or request
#742 opened Jun 4, 2024 by dolamroth
1 task done
Provide async getfixturevalue() method on anyio enhancement New feature or request
#720 opened Apr 15, 2024 by chbndrhnns
1 task done
Hypothesis tests that are class members are passed self twice bug Something isn't working
#700 opened Mar 14, 2024 by jdpage
2 tasks done
Different cancel scope behaviour on asyncio vs Trio bug Something isn't working
#698 opened Mar 13, 2024 by arthur-tacca
2 tasks done
100% CPU load after cancel bug Something isn't working
#695 opened Mar 7, 2024 by Ratio2
2 tasks done
service name not available for the specified socket type bug Something isn't working
#692 opened Feb 21, 2024 by mtelka
2 tasks done
Restore signal handlers at the end of open_signal_receiver. enhancement New feature or request
#689 opened Feb 12, 2024 by jonathanslenders
1 task done
Stricter typing for TaskGroup.start() enhancement New feature or request
#678 opened Jan 25, 2024 by jonathanslenders
Suspicion of flaky test: test_cancelscope_propagation_when_abandoned bug Something isn't working
#677 opened Jan 24, 2024 by nh2
2 tasks done
Add deliver_cancel parameter and start support to run_process enhancement New feature or request
#673 opened Jan 17, 2024 by gschaffner
1 task done
Pytest async method fixture is run with different self than the test method bug Something isn't working
#633 opened Nov 16, 2023 by Guerilla94
2 tasks done
contextvars setup when mixing sync and async pytest fixtures in async test bug Something isn't working
#614 opened Sep 8, 2023 by heqile
2 tasks done
Provide some mechanism for "initializing" processes with to_process enhancement New feature or request
#605 opened Aug 24, 2023 by gwerbin
1 task done
Add stream method for non-destructive reading enhancement New feature or request
#562 opened May 2, 2023 by agronholm
1 task done
Add tools for testing connectivity handling enhancement New feature or request
#561 opened May 2, 2023 by agronholm
1 task done
ProTip! Exclude everything labeled bug with -label:bug.