[Python-Dev] PEP 554 v3 (new interpreters module) (original) (raw)
francismb francismb at email.de
Tue Sep 26 08:56:22 EDT 2017
- Previous message (by thread): [Python-Dev] PEP 554 v3 (new interpreters module)
- Next message (by thread): [Python-Dev] PEP 554 v3 (new interpreters module)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Eric,
To make this work, the mutable shared state will be managed by the Python runtime, not by any of the interpreters. Initially we will support only one type of objects for shared state: the channels provided by createchannel(). Channels, in turn, will carefully manage passing objects between interpreters. [0]
Would it make sense to make the default channel type explicit,
something like create_channel(bytes)
?
Thanks in advance, --francis
[0] https://www.python.org/dev/peps/pep-0554/
- Previous message (by thread): [Python-Dev] PEP 554 v3 (new interpreters module)
- Next message (by thread): [Python-Dev] PEP 554 v3 (new interpreters module)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]