Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Fix HTTP 502 issue when using pypy #37

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jtagneres
Copy link
Contributor

While trying to switch from CPython to Pypy with my coworker we went into this issue: #18
After many hours of struggle, we fixed it by inheriting from "object".
This fixes the strange behaviour of "self" being None in JSONProtocol and _webSocketsProtocol init.

It could be a good idea to spread this good practice to other classes as well.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants