This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients brett.cannon, dino.viehland, eric.snow, methane, serhiy.storchaka, skrah
Date 2019-06-02.02:38:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559443101.7.0.947808525505.issue36839@roundup.psfhosted.org>
In-reply-to
Content
> And I understood that Dino proposed to share one code instance as a memory mapped file for *all* processes.

What instance means?  code object? co_code?
Anyway, Dino didn't propose such thing.  He only proposed accepting buffer object for code constructor.
He didn't describe how to use buffer object.  Python doesn't provide share buffer object inter processes.

There are no enough concrete information for estimate benefits.
We're discussing imagination, not concrete idea.

Let's stop discuss more, and wait Dino provide concrete example which can be used to estimate benefits.
History
Date User Action Args
2019-06-02 02:38:21methanesetrecipients: + methane, brett.cannon, dino.viehland, skrah, eric.snow, serhiy.storchaka
2019-06-02 02:38:21methanesetmessageid: <1559443101.7.0.947808525505.issue36839@roundup.psfhosted.org>
2019-06-02 02:38:21methanelinkissue36839 messages
2019-06-02 02:38:21methanecreate