Fijal <[email protected]> added the comment: Well, it means that eventlet tries to call internal APIs on socket objects, which are different on pypy sockets. In particular, pypy's sockets are not refcounted. I wonder what happens if this is not called at all?
---------- nosy: +fijal status: unread -> chatting ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1468> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
