rlippmann

Results 29 comments of rlippmann

I’m running VS Code desktop on Ubuntu, and this was working until VS Code made me update the extension the other day. Maybe something in last update broke it?

I can confirm this on python 3.11/aiohttp 3.8.6 If I downgrade to 3.8.5 I don't have a problem if I do: ``` if (method == "GET): await session.get(....) if (method...

Aren't there already wheels [here?](https://pypi.org/project/uvloop/#files)

Sorry, I wasn’t aware that there was a difference.

Well, there are wheels on the page I linked. Don’t know if they can be used with pypy

Can’t you build pypy wheels with cibuildwheels?

Was about to report this too, but saw this issue. Still there in 3.3.0

I've also created a PR to change the for loops to list comprehension for you: [PR link](https://github.com/home-assistant/core/pull/111208) Yeah, I hate list comprehension too. I usually write it as a for...