GitHub / MagicStack/uvloop issues and pull requests
#743 - fix(tests): explicit yield in test_create_ssl_server_manual_connection_lost
Pull Request -
State: open - Opened by samypr100 14 days ago
#742 - fix(build): use packaging instead of relying on pkg_resources from setuptools
Pull Request -
State: open - Opened by samypr100 14 days ago
- 1 comment
#741 - Switch to Trusted Publishing for package upload to PyPI in CI
Issue -
State: open - Opened by lmmx 23 days ago
#740 - Detach socket on create_connection cancellation to prevent fd double-close
Pull Request -
State: open - Opened by junjzhang 25 days ago
- 3 comments
#739 - uvloop may sleep less than `n` for asyncio.sleep(n)
Issue -
State: open - Opened by sjmonson 29 days ago
#738 - create_connection(sock=sock) does not detach socket on cancellation, causing fd double-close
Issue -
State: open - Opened by junjzhang 29 days ago
#737 - fix: replace pkg_resources with packaging for setuptools 82+
Pull Request -
State: open - Opened by junagent 29 days ago
#736 - Start unifying uvloop & winloop together (WINDOWS SUPPORT)
Pull Request -
State: open - Opened by Vizonex about 1 month ago
- 11 comments
#735 - echoclient.py fails on recent MacOS and Linux Python releases that default to the spawn start‑method
Issue -
State: open - Opened by gdahlm about 1 month ago
#734 - add missing 'context' parameter to Loop.create_task stub
Pull Request -
State: open - Opened by eyetheekh about 1 month ago
- 1 comment
#733 - feat: add riscv64 to wheel build matrix
Pull Request -
State: closed - Opened by gounthar about 1 month ago
- 1 comment
#732 - Add riscv64 (linux_riscv64) wheel to PyPI releases
Issue -
State: open - Opened by gounthar about 1 month ago
#730 - Python 3.13 Error Walking Stack w/ PYTHONASYNCIODEBUG=1
Issue -
State: open - Opened by atulenko about 1 month ago
- 1 comment
#729 - Use of deprecated / removed pkg_resources
Issue -
State: open - Opened by loqs about 2 months ago
- 4 comments
#728 - Serialize process spawning across threads with a lock
Pull Request -
State: open - Opened by veeceey about 2 months ago
- 3 comments
#727 - Fix CI
Pull Request -
State: open - Opened by patrickelectric 2 months ago
- 1 comment
#726 - Optimize non buffered protocol reads in SSLProtocol
Pull Request -
State: open - Opened by tarasko 3 months ago
- 1 comment
#723 - Create loop in `get_event_loop` if needed
Pull Request -
State: open - Opened by zvyn 3 months ago
- 2 comments
#710 - Update the example to work with 3.14
Pull Request -
State: open - Opened by Jamie-Chang 4 months ago
#709 - tests/test_process.py::TestAsyncio_AIO_Process::test_cancel_post_init fails randomly
Issue -
State: open - Opened by Aleksanaa 4 months ago
#708 - Fix start_tls() loses buffer data and hangs when upgrading the connection
Pull Request -
State: open - Opened by fizzi01 4 months ago
- 3 comments
#707 - start_tls() loses buffered data and doesn't work when upgrading a stream
Issue -
State: open - Opened by fizzi01 4 months ago
#706 - Segfault in uvloop 0.22.1
Issue -
State: open - Opened by FHTMitchell 4 months ago
- 1 comment
#705 - Do not use deprecated asyncio.iscoroutinefunction
Pull Request -
State: closed - Opened by MatthieuDartiailh 5 months ago
- 8 comments
#704 - call_later should always return TimerHandle
Pull Request -
State: open - Opened by jensbjorgensen 6 months ago
- 1 comment
#703 - DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated in uvloop.loop.Loop.run_in_executor in Python 3.14
Issue -
State: open - Opened by MrNaif2018 6 months ago
#702 - `asyncio.get_event_loop` raises error instead of spawning new loop when no loop is running.
Issue -
State: open - Opened by anonymousx97 6 months ago
- 6 comments
#701 - `tests/test_tcp.py::Test_AIO_TCP::test_create_connection_open_con_addr` fails on Python 3.13.9
Issue -
State: open - Opened by mgorny 6 months ago
- 1 comment
#699 - AttributeError: type object 'async_generator_asend' has no attribute 'f_lineno'
Issue -
State: open - Opened by theodore86 6 months ago
- 1 comment
#698 - Start applying ruff rules
Pull Request -
State: open - Opened by DimitriPapadopoulos 6 months ago
#697 - PEP 639 compliance
Pull Request -
State: open - Opened by DimitriPapadopoulos 6 months ago
#696 - Get rid of wheel as a dependency
Pull Request -
State: open - Opened by DimitriPapadopoulos 6 months ago
#692 - uvloop 0.22.0
Pull Request -
State: open - Opened by fantix 6 months ago
#691 - Fails to build on Raspbian 13
Issue -
State: open - Opened by BlueWolfProduction 6 months ago
- 2 comments
#690 - Bug: Segfault when building uvloop on 3.14
Issue -
State: closed - Opened by Ahajha 6 months ago
- 3 comments
#689 - Wiriting cdef extension classes for `Future` objects for speeding up `_SyncSocketReaderFuture` and `_SyncSocketWriterFuture`
Issue -
State: open - Opened by Vizonex 7 months ago
#688 - More changes for Python 3.14
Pull Request -
State: closed - Opened by paulocheque 7 months ago
- 1 comment
#687 - github: Add armv7 release
Pull Request -
State: open - Opened by patrickelectric 8 months ago
#686 - Asynchronous multiprocessing.Pipe reads throw when using uvloop
Issue -
State: open - Opened by judilsteve 8 months ago
#685 - TCP Transport RuntimeError with Python 3.13 + uvloop
Issue -
State: open - Opened by dylangroos 10 months ago
#684 - uvloop wheels don't include libuv LICENSE files
Issue -
State: open - Opened by threexc 10 months ago
#683 - Python3.13 support - `close_clients`
Issue -
State: open - Opened by matan1008 10 months ago
#682 - aiodns tests fail because "example.com" gives different IP address on each query
Issue -
State: open - Opened by korn3r 11 months ago
#681 - uvloop fails to build with Python 3.14.0b1 free-threading
Issue -
State: open - Opened by ading2210 11 months ago
#680 - [Build issue] Wheel fails to build on Python 3.13
Issue -
State: closed - Opened by VaZark 11 months ago
- 1 comment
#679 - Fix cpython imports
Pull Request -
State: open - Opened by Vizonex 11 months ago
#679 - Fix cpython imports & Redirecting Windows Users to Use Winloop
Pull Request -
State: open - Opened by Vizonex 11 months ago
- 2 comments
#678 - how to check whether my local uvloop uses io_usring or not?
Issue -
State: open - Opened by hongweishang 11 months ago
#677 - Debug tests fail with Cython 3.1.0
Issue -
State: open - Opened by todddialpad 11 months ago
#676 - Support datagram endpoints over netlink sockets
Issue -
State: open - Opened by MorningLightMountain713 12 months ago
#664 - create_task no longer calls set_name
Issue -
State: closed - Opened by sergiosacj 12 months ago
- 2 comments
Labels: resolved
#663 - test: fix getaddrinfo test
Pull Request -
State: closed - Opened by fantix about 1 year ago
#663 - test: fix getaddrinfo test
Pull Request -
State: closed - Opened by fantix about 1 year ago
#662 - Compensate for asyncio changes in Python 3.13.3/3.14
Pull Request -
State: closed - Opened by cjwatson about 1 year ago
- 3 comments
#662 - Compensate for asyncio changes in Python 3.13.3/3.14
Pull Request -
State: open - Opened by cjwatson about 1 year ago
#661 - fix eof_received
Pull Request -
State: open - Opened by dennissheng about 1 year ago
- 2 comments
#661 - fix eof_received
Pull Request -
State: open - Opened by dennissheng about 1 year ago
#660 - return the registration status from remove_reader/remove_writer
Pull Request -
State: open - Opened by graingert about 1 year ago
#660 - return the registration status from remove_reader/remove_writer
Pull Request -
State: open - Opened by graingert about 1 year ago
- 1 comment
#659 - Add support for "abstract unix socket"
Pull Request -
State: closed - Opened by bxfhiretual about 1 year ago
#658 - WIP Python 3.14 attempts
Pull Request -
State: open - Opened by hroncok about 1 year ago
#658 - WIP Python 3.14 attempts
Pull Request -
State: open - Opened by hroncok about 1 year ago
- 1 comment
#657 - Fails to build on PyPy 3.11
Issue -
State: closed - Opened by wRAR about 1 year ago
- 10 comments
#656 - Allow context for tasks that block the event loop
Issue -
State: open - Opened by msukmanowsky about 1 year ago
- 2 comments
#655 - Add support for sock_sendto and sock_recvfrom
Issue -
State: closed - Opened by pay748 about 1 year ago
- 1 comment
Labels: duplicate
#654 - [Bug] Not able to cimort loop from pyx file
Issue -
State: closed - Opened by raceychan about 1 year ago
#653 - RuntimeError: File descriptor 2877 is used by transport <TCPTransport closed=False reading=True 0x55b8dc9baa90>
Issue -
State: open - Opened by AntonArsentiev about 1 year ago
- 2 comments
#652 - uvloop doesn't support in windows
Issue -
State: closed - Opened by Sagor0078 about 1 year ago
- 6 comments
Labels: duplicate
#651 - Python3.10 / Python3.9 arm7 wheels
Issue -
State: closed - Opened by jackmead515 over 1 year ago
- 2 comments
#650 - Spawning a subprocess crashes the interpreter if subinterpreters exist
Issue -
State: open - Opened by agronholm over 1 year ago
#649 - [bug report]uv__finish_close: Assertion `!(handle->flags & UV_HANDLE_CLOSED)` failed.
Issue -
State: open - Opened by serfend over 1 year ago
#648 - [feature request] add loop._run_once and loop._set_is_runnning api to easy the process of OS gui event loop integrate
Issue -
State: open - Opened by congzhangzh over 1 year ago
#647 - test_process_env_2 not portable to non-FHS systems
Issue -
State: open - Opened by Apteryks over 1 year ago
#646 - Fix for unexpected socket closures and data leakage under heavy load
Pull Request -
State: open - Opened by todddialpad over 1 year ago
- 31 comments
#646 - Fix for unexpected socket closures and data leakage under heavy load
Pull Request -
State: open - Opened by todddialpad over 1 year ago
#645 - Information exposure bug: response leaking to wrong requests in `uvicorn`-based server under heavy load
Issue -
State: open - Opened by MarkusSintonen over 1 year ago
#643 - Python 3.12
Issue -
State: open - Opened by michaelfeil over 1 year ago
#642 - Add support for free-threaded (nogil) 3.13 Python
Issue -
State: open - Opened by gi0baro over 1 year ago
- 2 comments
#641 - cannot import name 'Loop' from 'uvloop.loop' on platform armv7l
Issue -
State: open - Opened by Stitch0712 over 1 year ago
#640 - Error installing on a RedPitaya platform armv7I
Issue -
State: open - Opened by OctopusLite over 1 year ago
#639 - Fix SSLProtocol.connection_lost not being called when underlying socket is closed
Pull Request -
State: open - Opened by cjavad over 1 year ago
#639 - Fix SSLProtocol.connection_lost not being called when underlying socket is closed
Pull Request -
State: open - Opened by cjavad over 1 year ago
- 1 comment
#638 - Fix build for Python 3.14
Pull Request -
State: closed - Opened by graingert over 1 year ago
- 1 comment
#637 - uvloop fails on 3.14
Issue -
State: closed - Opened by graingert over 1 year ago
- 8 comments
#636 - Add thread name prefix to the default thread pool executor
Pull Request -
State: open - Opened by inikolaev over 1 year ago
#636 - Add thread name prefix to the default thread pool executor
Pull Request -
State: open - Opened by inikolaev over 1 year ago
#635 - Missing pre-build wheel of the uvloop python package for musl & glib on armv7.
Issue -
State: open - Opened by return42 over 1 year ago
#634 - Use Cython `enum` for `__PREALLOCED_BUFS`
Pull Request -
State: closed - Opened by jakirkham over 1 year ago
- 1 comment
#633 - uvloop 0.21.0
Pull Request -
State: closed - Opened by fantix over 1 year ago
- 2 comments
#633 - uvloop 0.21.0
Pull Request -
State: open - Opened by fantix over 1 year ago
#632 - uvloop fails build on python 3.13.0-slim-bookworm
Issue -
State: closed - Opened by PabloExperimental over 1 year ago
- 2 comments
#631 - uvloop is grouping responses to multiple requests/messages
Issue -
State: open - Opened by SerodioJ over 1 year ago
#630 - Support any number of flags in UVLOOP_OPT_CFLAGS
Pull Request -
State: open - Opened by mgorny over 1 year ago
#630 - Support any number of flags in UVLOOP_OPT_CFLAGS
Pull Request -
State: open - Opened by mgorny over 1 year ago
#629 - Improve performance of ssl reads
Pull Request -
State: open - Opened by tarasko over 1 year ago
#629 - Improve SSL performance by avoiding SSLWantReadError exception and using much faster checks whenever possible
Pull Request -
State: open - Opened by tarasko over 1 year ago
- 2 comments
#628 - Implement sock_sendto
Pull Request -
State: open - Opened by czubix over 1 year ago
- 1 comment
#628 - Implement sock_sendto
Pull Request -
State: open - Opened by czubix over 1 year ago
#627 - Improve performance by using Python C API to enter/exit context
Pull Request -
State: open - Opened by tarasko over 1 year ago
#627 - Optimize run_in_context functions
Pull Request -
State: open - Opened by tarasko over 1 year ago