Future of Pypy?

Chris Angelico rosuav at gmail.com
Mon Feb 23 19:31:42 EST 2015


On Tue, Feb 24, 2015 at 11:11 AM, Paul Rubin <no.email at nospam.invalid> wrote:
> What if you want to dynamically construct a callable and send it to
> another process?

I'm not sure what that would actually mean. Do you try to construct it
out of code that already exists in the other process? Are you passing
actual code to the other process? Does the callable, when called,
actually execute in the calling process? And what about its context -
its globals, and possibly nonlocals (if it's a closure)?

ChrisA



More information about the Python-list mailing list