google / novm

Experimental KVM-based VMM for containers, written in Go.
Apache License 2.0
1.68k stars 123 forks source link

Socket buffering uses different options in python3 #40

Open viraptor opened 9 years ago

viraptor commented 9 years ago

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