[pypy-issue] Issue #2064: socket not flushed on script exit (pypy/pypy)

Alexander Pruss issues-reply at bitbucket.org
Thu Jun 11 15:13:40 CEST 2015


New issue 2064: socket not flushed on script exit
https://bitbucket.org/pypy/pypy/issue/2064/socket-not-flushed-on-script-exit

Alexander Pruss:

I don't know if this is a bug or just a difference from cpython, but outgoing data in sockets doesn't seem to be flushed when a script exits with pypy, but is flushed with cpython, in both cases under Windows. This causes problems with the Minecraft api library for Python.




More information about the pypy-issue mailing list