google/novm

Socket buffering uses different options in python3

viraptor opened this issue · 0 comments

Python 2 used .makefile(bufsize=...), but this option is not available in python >=3.
There's buffering instead.