Armin Rigo <[email protected]> added the comment:

Bogus!  We must call _fileobject(self) or maybe _fileobject(self.dup()),
otherwise we don't get the GreenSocket functionality.  So I guess it's a matter
of add two methods:

    def _reuse(self): self.fd._sock._reuse()
    def _drop(self):  self.fd._sock._drop()

________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1568>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to