[Python-ideas] Isolated (?transactional) exec (?subinterpreter) calls (original) (raw)

anatoly techtonik techtonik at gmail.com
Fri Jun 8 10:16:34 CEST 2012


Hi,

Having a lot of ideas is a curse, because I can barely follow up on them, but I try - I really read replies, just don't have enough energy to answer immediately (as it usually requires some time for research). Here is another one that ripes too long to become rotten:

Make exec(code[, globals[, locals]]) calls consistent, optionally isolated from parent environment and transactional.

Consistent:

Optionally isolated from parent environment:

optional detection rules are written in Python (Blender/SCons build scripts) - autodetection probes can affect environment while detection takes place and it can lead to more problems later

(think of virtualenv on Python process level with defined data

exchange protocol through globals/locals variables)

Transactional:

-- anatoly t.



More information about the Python-ideas mailing list