[pypy-commit] pypy reverse-debugger: Test and fix

2016-07-03 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85525:9fec64697d6b Date: 2016-07-03 16:46 +0200 http://bitbucket.org/pypy/pypy/changeset/9fec64697d6b/ Log:Test and fix diff --git a/rpython/translator/c/node.py b/rpython/translator/c/node.py --- a/rpython/translator/c/node.py +++ b/rp

[pypy-commit] pypy reverse-debugger: Test and fix: fork() creates children which also continue to write to

2016-07-02 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85512:d23597283e75 Date: 2016-07-02 09:27 +0200 http://bitbucket.org/pypy/pypy/changeset/d23597283e75/ Log:Test and fix: fork() creates children which also continue to write to the same log file, corrupting it diff --git a/rpyth