nohup and os.system

2009-03-11 Thread Gideon
I've got a python script, batch.py that, amongst other things, executes commands: os.system('cmd1') os.system('cmd2') now, these programs output certain information at the command line, and if i execute ./batch.py it shows up as I would expect. However, if i run nohup ./batch.py & then while

Re: An executable operational semantics for Python

2009-02-13 Thread gideon
On Feb 12, 5:14 pm, bearophileh...@lycos.com wrote: > gideon: > > > I've recently finished my Master's thesis on the semantics of Python. > > In my thesis I define the semantics of Python by rewriting an abstract > > machine. The sources that are used to produce

An executable operational semantics for Python

2009-02-12 Thread gideon
Hi everybody, I've recently finished my Master's thesis on the semantics of Python. In my thesis I define the semantics of Python by rewriting an abstract machine. The sources that are used to produce my thesis can also be compiled into a working interpreter. Hence I call it an 'executable' semant

documenting formal operational semantics of Python

2008-03-05 Thread gideon
Hi Everybody, In the context of a master's thesis I'm currently looking into Python's operational semantics. Even after extensive searching on the web, I have not found any formal model of Python. Therefore I am considering to write one myself. To make a more informed decision, I would like to ask