mirror of
https://github.com/python/cpython.git
synced 2025-10-14 18:59:46 +00:00
The remote procedure call module rpc.py can now access data attributes of
remote registered objects. Changes to these attributes are local, however. M EditorWindow.py M NEWS.txt M PyShell.py M idlever.py M rpc.py M run.py
This commit is contained in:
parent
f654c1c383
commit
dcba6622f5
6 changed files with 23 additions and 11 deletions
|
@ -270,7 +270,7 @@ class MyHandler(rpc.RPCHandler):
|
|||
thread.interrupt_main()
|
||||
|
||||
|
||||
class Executive:
|
||||
class Executive(object):
|
||||
|
||||
def __init__(self, rpchandler):
|
||||
self.rpchandler = rpchandler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue