uvloop icon indicating copy to clipboard operation
uvloop copied to clipboard

Ultra fast asyncio event loop.

Results 204 uvloop issues
Sort by recently updated
recently updated
newest added

* **uvloop version**: 0.19.0 and 0.20.0 * **Python version**: 3.12 * **Platform**: linux/aws lambda * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: * **Does uvloop behave differently from...

SSIA This also definitely depends on future Cython 3.1.0 release

Hello! First of all - thanks for the amazing project. I am using python3.13 and I noticed that uvloop's Server doesn't have `close_clients`. Since running projects with fastapi and uvicorn...

Hi. Title pretty much describes issue. Couldnt build latest (0.21) uvloop rpm because dns test failed because of IP addresses not match. example.com seems ot be behind CDN, thus there...

This is to address issue #645 and in aiohttp/aiohappyeyeballs#93 and aiohttp/aiohappyeyeballs#112

This is not ready yet. I decided to open it in case somebody wants to follow up.

I think it's not right to shutdown when eof received. It's better to wait for app resume when app reading paused. I wrote a test case(test_close_notify.py) for this situation. The...

C imports from cpython alone are deprecated and warned against & discouraged. I have already migrated and made these changes to [the Winloop Project](https://github.com/Vizonex/Winloop/commit/c422d4fedd18656691469950a01198d1b346e41b) Know that our code-spaces are a...

It seems that uvloop fails to build for the nogil version of Python 3.14. It compiles with regular Python 3.14 completely fine though. My system info: ``` $ neofetch --stdout...