Armin Rigo <[email protected]> added the comment: >From an IRC communication from Alex:
the issue is that type(self._sock) != realsocket in socketfile, so you never decref. so a connection close is never sent ---------- nosy: +arigo status: unread -> chatting ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1568> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
