[Python-Dev] PEP 554 v3 (new interpreters module) - channel type

francismb francismb at email.de
Tue Sep 26 08:56:22 EDT 2017


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 create_channel(). 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/




More information about the Python-Dev mailing list