merge 3.2
This commit is contained in:
commit
7df5e5858b
|
@ -259,7 +259,7 @@ class MyRPCServer(rpc.RPCServer):
|
|||
thread.interrupt_main()
|
||||
|
||||
class _RPCFile(io.TextIOBase):
|
||||
"""Wrapper class for the RPC proxy to typecheck arguments
|
||||
"""Wrapper class for the RPC proxy to typecheck arguments
|
||||
that may not support pickling."""
|
||||
|
||||
def __init__(self, rpc):
|
||||
|
|
Loading…
Reference in New Issue