Avoid any Py3 or PYPY specific code in backdoor.py.
Don't attempt to subclass the internal socket._fileobject class, because using that takes special platform knowledge. Instead, proxy around it. This lets us drop a call to gc.collect() under PyPy because the refcounting is now correct. It also lets us clean up the implementation. Update the docs.
Showing
Please register or sign in to comment