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
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
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
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