-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DNM: Websocket pxd create debug windows #9546
Conversation
There are not functional changes here. The goal is to be able to able to make it easier to build a Cython implementation for the WebsocketReader
There are not functional changes here. The goal is to be able to able to make it easier to build a Cython implementation for the WebsocketReader
There are not functional changes here. The goal is to be able to able to make it easier to build a Cython implementation for the WebsocketReader
There are not functional changes here. The goal is to be able to able to make it easier to build a Cython implementation for the WebsocketReader
This reverts commit b74b874.
CodSpeed Performance ReportMerging #9546 will improve performances by 91.3%Comparing Summary
Benchmarks breakdown
|
This reverts commit 912f895.
❌ 1 Tests Failed:
View the top 1 failed tests by shortest run time
To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard |
import asyncio | ||
import pprint | ||
|
||
import aiohttp |
Check notice
Code scanning / CodeQL
Module is imported with 'import' and 'import from' Note test
if msg.data == "close": | ||
break | ||
await ws.send_str(msg) | ||
except (Exception, asyncio.CancelledError): |
Check notice
Code scanning / CodeQL
Empty except Note test
protractor on 3.10 and 3.11 :( TypeError: Argument 'data' has incorrect type (expected bytes, got bytearray) |
So the type is wrong elsewhere as well |
#9543 is stalling the CI on windows with python 3.10 and 3.11 only with no obvious reason