issues
search
python-trio
/
trio
Trio – a friendly Python library for async concurrency and I/O
https://trio.readthedocs.io
Other
6.22k
stars
344
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Disable ruff's COM812
#3144
A5rocks
opened
30 minutes ago
0
Bump Ruff to 0.8.0
#3143
AlexWaygood
closed
3 days ago
3
Create documentation page for typing
#3142
A5rocks
opened
4 days ago
1
Type `RaisesGroup` properly
#3141
A5rocks
opened
6 days ago
1
Improve error message for eventlet/gevent monkey patching
#3140
A5rocks
closed
1 day ago
2
[pre-commit.ci] pre-commit autoupdate
#3139
pre-commit-ci[bot]
closed
6 days ago
1
Only run x64 pypy
#3138
A5rocks
closed
5 days ago
6
Add a CI run for no-IPv6
#3137
A5rocks
opened
1 week ago
0
Don't create IPv6 socket if IPv6 is disabled
#3136
jackwilsdon
closed
1 week ago
4
_socket.py: fix for systems where AI_NUMERICSERV is not defined
#3135
barracuda156
opened
1 week ago
3
`open_tcp_stream` fails
#3134
hlovatt
closed
1 week ago
4
`AttributeError: module 'socket' has no attribute 'AI_NUMERICSERV'. Did you mean: 'NI_NUMERICSERV'?`
#3133
barracuda156
opened
1 week ago
9
[pre-commit.ci] pre-commit autoupdate
#3132
pre-commit-ci[bot]
closed
1 week ago
1
install uv with uv
#3131
graingert
closed
2 weeks ago
4
[pre-commit.ci] pre-commit autoupdate
#3130
pre-commit-ci[bot]
closed
2 weeks ago
1
pypy windows tests are running the same code on x64 and x86 arch matrix items
#3129
graingert
closed
5 days ago
0
Introducing Trio Guru on Gurubase.io
#3128
kursataktas
closed
3 weeks ago
3
install pip and uv in separate pip calls
#3127
graingert
closed
1 week ago
17
Get rid of `signal_raise`
#3126
A5rocks
closed
2 weeks ago
3
Bump dependencies from commit 9d4fe2
#3125
github-actions[bot]
closed
3 weeks ago
1
[pre-commit.ci] pre-commit autoupdate
#3124
pre-commit-ci[bot]
closed
3 weeks ago
1
Enable pre-commit.ci pull-request autofixing
#3123
CoolCat467
closed
4 weeks ago
3
cython tasks are KI protected
#3122
graingert
opened
4 weeks ago
6
Enable mypy's `disallow_any_explicit` flag.
#3121
CoolCat467
closed
3 weeks ago
9
Avoid refcycles in run exc
#3120
graingert
opened
1 month ago
2
trio does not work with mysql connector and gevent on only MacOS
#3119
abhra-bv
closed
1 month ago
1
[pre-commit.ci] pre-commit autoupdate
#3118
pre-commit-ci[bot]
closed
4 weeks ago
6
remove notes-to-self
#3117
jakkdl
opened
1 month ago
7
Describe our attrs usage in contributor guide
#3116
jakkdl
opened
1 month ago
2
Document that `trio.sleep_forever` will raise `RuntimeError` instead of returning
#3115
A5rocks
closed
1 month ago
2
Give Pyright what it wants (`alias` attributes everywhere)
#3114
A5rocks
opened
1 month ago
22
trio.sleep_forever should mention that it raises if rescheduled
#3113
A5rocks
closed
1 month ago
1
don't use f_locals for foreign async generators
#3112
graingert
closed
4 days ago
2
Bump version to 0.27.0
#3111
A5rocks
closed
1 month ago
1
gh-3108: Avoid materializing f_locals for KI protection
#3110
graingert
closed
4 weeks ago
4
gh-3108: avoid materializing f_locals by using weakrefs to code objec…
#3109
graingert
closed
1 month ago
2
KI protection f_locals materialization results in reference cycles on 3.12 and below
#3108
graingert
closed
4 weeks ago
2
fix some extra cyclic garbage in NurseryManager
#3107
graingert
closed
1 month ago
2
Drop 3.8 support
#3106
CoolCat467
closed
1 month ago
3
add __copy__ and __deep_copy__ to Cancelled
#3105
jakkdl
closed
12 hours ago
4
Drop python3.8 support
#3104
jakkdl
closed
1 month ago
1
Handle RTD enabling addons
#3103
A5rocks
closed
1 month ago
3
[pre-commit.ci] pre-commit autoupdate
#3102
pre-commit-ci[bot]
closed
1 month ago
1
Add documentation for `statistics()` and `aclose()` on memory channels
#3101
A5rocks
closed
1 month ago
2
Bump dependencies from commit f508bb
#3100
github-actions[bot]
closed
1 month ago
1
[pre-commit.ci] pre-commit autoupdate
#3099
pre-commit-ci[bot]
closed
1 month ago
2
Enable flake8 annotations
#3098
CoolCat467
closed
2 weeks ago
5
Remove 2nd client hello post openssl 1.1.1 bug workaround
#3097
CoolCat467
closed
1 month ago
3
trio.sleep_forever should be NoReturn
#3096
Redoubts
closed
1 month ago
5
`sleep_forever` should be typed NoReturn
#3095
Redoubts
closed
1 month ago
3
Next