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.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to