mitogen: Pickle GET_REQUEST as textual strings (2.x: unicode, 3.x: str)
Pickle handles encoding of unicode itself, there's no need to manually do it and when using Pickle protocol 2 byte strings are inefficient going between Python 2.x and 3.x.pull/1431/head
parent
8b1740b245
commit
e3499a643c
Loading…
Reference in New Issue