Tomáš Hrnčiar

Results 44 issues of Tomáš Hrnčiar

Hello, in Fedora we are rebuilding all Python packages with upcoming Python 3.11 (currently 1st beta). anyio fails with `TypeError: create_task() got an unexpected keyword argument 'context'`, this might be...

### Describe the bug aiohttp doesn't build with Python 3.11 ### To Reproduce Build aiohttp with Python 3.11 ### Expected behavior Builds with Python 3.11 ### Logs/tracebacks ```python-traceback aiohttp/_http_writer.c: In...

bug

* gevent version: 21.12.0 using Fedora's RPM package * greenlet version: 2.0.0a1 * Python version: 3.11.0a5 * Cython version: 3.0.0a10 * Operating System: Fedora Rawhide ### Description: In Fedora, we...

## What do these changes do? Some files have runtime dependency on setuptools because of importing `pkg_resources` module. In Fedora, we build the package using setuptools, but we ship it...

In Python 3.11 @asyncio.coroutine decorator was removed and it should be replaced with async def call. This PR needs #278 if it ever gets merged. ## What do these changes...