issues
search
MagicStack
/
uvloop
Ultra fast asyncio event loop.
Apache License 2.0
10.44k
stars
548
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix for unexpected socket closures and data leakage under heavy load
#646
todddialpad
opened
8 hours ago
0
Information exposure bug: response leaking to wrong requests in `uvicorn`-based server under heavy load
#645
MarkusSintonen
opened
5 days ago
5
Add note about Python version to performance claims in README
#644
MarkusSintonen
opened
2 weeks ago
0
Python 3.12
#643
michaelfeil
opened
2 weeks ago
0
Add support for free-threaded (nogil) 3.13 Python
#642
gi0baro
opened
2 weeks ago
0
cannot import name 'Loop' from 'uvloop.loop' on platform armv7l
#641
Stitch0712
opened
1 month ago
0
Error installing on a RedPitaya platform armv7I
#640
OctopusLite
opened
1 month ago
0
Fix SSLProtocol.connection_lost not being called when underlying socket is closed
#639
cjavad
opened
1 month ago
1
test on 3.14
#638
graingert
opened
1 month ago
0
uvloop fails on 3.14
#637
graingert
opened
1 month ago
1
Add thread name prefix to the default thread pool executor
#636
inikolaev
opened
1 month ago
0
Missing pre-build wheel of the uvloop python package for musl & glib on armv7.
#635
return42
opened
1 month ago
0
Use Cython `enum` for `__PREALLOCED_BUFS`
#634
jakirkham
closed
1 month ago
1
uvloop 0.21.0
#633
fantix
closed
1 month ago
2
uvloop fails build on python 3.13.0-slim-bookworm
#632
PabloExperimental
closed
1 month ago
2
uvloop is grouping responses to multiple requests/messages
#631
SerodioJ
opened
2 months ago
6
Support any number of flags in UVLOOP_OPT_CFLAGS
#630
mgorny
opened
2 months ago
0
Improve SSL performance by avoiding SSLWantReadError exception and using much faster checks whenever possible
#629
tarasko
opened
2 months ago
2
Implement sock_sendto
#628
czubix
opened
2 months ago
0
Improve performance by using Python C API to enter/exit context
#627
tarasko
opened
2 months ago
0
Improve SSL performance by calling SSLProtocol methods directly, not through the python's vectorcall interface
#626
tarasko
opened
2 months ago
0
signal handler sockets error on close leaving loop in 'running' state indefinitely
#625
edpaget
opened
2 months ago
0
uvloop 0.21.0beta1
#624
fantix
closed
2 months ago
0
Add cleanup_socket param on create_unix_server()
#623
fantix
closed
2 months ago
1
uvloop fails to build with Python 3.13-rc1
#622
fafanoulele
closed
1 month ago
14
[openbsd] tests/test_regr1.py::TestIssue39Regr::test_issue39_regression hangs inifinitely
#621
epsilon-0
opened
3 months ago
0
[openbsd] test_fs_event.py causes Segmentation fault in python
#620
epsilon-0
opened
3 months ago
0
Improve performance and reduce latency of Transport.write by attempting to send data immediately if all write buffers are empty
#619
tarasko
opened
3 months ago
4
create_subprocess_shell does not have the user parameter that asyncio has
#618
PokkaKiyo
opened
3 months ago
0
uvloop 0.20.0
#617
fantix
closed
3 months ago
2
Bump libuv to 1.48
#616
fantix
closed
3 months ago
1
vulnerability in libuv v1.46.0
#615
javaccar
closed
3 months ago
3
Fix test_create_server_4 with Python 3.12.5
#614
shadchin
closed
3 months ago
0
Unable to pip install uvloop on Android using Termux
#613
DefamationStation
opened
3 months ago
3
sys.exit(...) exception swallowed by uvloop
#612
rgeronimi
opened
4 months ago
0
BusError in uvloop within loop extract_stack for nested async_generators
#611
autumnjolitz
opened
4 months ago
0
Test with Python 3.13
#610
edgarrmondragon
closed
2 months ago
9
Use cythonized SO_REUSEPORT rather than the unwrapped native one.
#609
ptribble
closed
3 months ago
0
really drop python<=3.7 support
#608
kloczek
opened
5 months ago
0
Access length of the ._ready queue?
#607
Arseniy-Popov
opened
5 months ago
1
Redirect windows users trying to install uvloop to winloop for the time being
#606
Vizonex
opened
6 months ago
0
Qualify claim of being drop-in replacement to asyncio
#605
FeldrinH
opened
6 months ago
0
Inline _Py_RestoreSignals() from CPython
#604
befeleme
closed
3 months ago
1
uvloop fails to build with Python 3.13.0a5: error: implicit declaration of function ‘_Py_RestoreSignals’
#603
befeleme
closed
3 months ago
4
Server.serve_forever() isn't cancelled when Server.close() is called
#602
gurnec
opened
8 months ago
0
udp errors should result in protocol.error_received, inconsistent with vanilla asyncio
#601
jensbjorgensen
closed
3 months ago
0
Upgrade libuv to v1.48.0
#600
niklasr22
closed
3 months ago
4
Fix Python version in README.rst
#599
niklasr22
closed
3 months ago
0
Upgrade libuv version to 1.48.0
#598
niklasr22
closed
8 months ago
0
Type annotations
#597
jgarvin
opened
8 months ago
1
Next