[pypy-commit] pypy default: issue1087: fix it by just checking the status of the lock to know

2012-06-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r55531:4024e9cc54c6 Date: 2012-06-09 12:18 +0200 http://bitbucket.org/pypy/pypy/changeset/4024e9cc54c6/ Log:issue1087: fix it by just checking the status of the lock to know if we can follow the fast path or not. With the GIL, there should be

[pypy-commit] pypy default: asmgcc requires --shared=False.

2012-06-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r55532:12c1f0538f76 Date: 2012-06-09 12:28 +0200 http://bitbucket.org/pypy/pypy/changeset/12c1f0538f76/ Log:asmgcc requires --shared=False. diff --git a/pypy/config/translationoption.py b/pypy/config/translationoption.py --- a/pypy/config/translationopt

[pypy-commit] pypy app_main-refactor: make sure that os.getcwd() returns a SomeString(no_nul=True)

2012-06-09 Thread antocuni
Author: Antonio Cuni Branch: app_main-refactor Changeset: r55533:08cad43cd093 Date: 2012-06-09 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/08cad43cd093/ Log:make sure that os.getcwd() returns a SomeString(no_nul=True) diff --git a/pypy/annotation/test/test_annrpython.py b/pypy/anno

[pypy-commit] pypy app_main-refactor: test and fix for missing os

2012-06-09 Thread antocuni
Author: Antonio Cuni Branch: app_main-refactor Changeset: r55536:2408badf1c6e Date: 2012-06-09 13:32 +0200 http://bitbucket.org/pypy/pypy/changeset/2408badf1c6e/ Log:test and fix for missing os diff --git a/pypy/translator/goal/app_main.py b/pypy/translator/goal/app_main.py --- a/pypy/transl

[pypy-commit] pypy app_main-refactor: make sure that getenv returns a no_nul string

2012-06-09 Thread antocuni
Author: Antonio Cuni Branch: app_main-refactor Changeset: r55534:3d12fb0d4ab9 Date: 2012-06-09 12:24 +0200 http://bitbucket.org/pypy/pypy/changeset/3d12fb0d4ab9/ Log:make sure that getenv returns a no_nul string diff --git a/pypy/annotation/test/test_annrpython.py b/pypy/annotation/test/tes

[pypy-commit] pypy app_main-refactor: propagate no_nul when doing SomeString()*SomeInteger()

2012-06-09 Thread antocuni
Author: Antonio Cuni Branch: app_main-refactor Changeset: r55535:b3db8520945e Date: 2012-06-09 12:39 +0200 http://bitbucket.org/pypy/pypy/changeset/b3db8520945e/ Log:propagate no_nul when doing SomeString()*SomeInteger() diff --git a/pypy/annotation/binaryop.py b/pypy/annotation/binaryop.py

[pypy-commit] pypy win-ordinal: merge default into branch

2012-06-09 Thread mattip
Author: mattip Branch: win-ordinal Changeset: r55537:652affed05e0 Date: 2012-06-09 22:37 +0300 http://bitbucket.org/pypy/pypy/changeset/652affed05e0/ Log:merge default into branch diff --git a/pypy/config/translationoption.py b/pypy/config/translationoption.py --- a/pypy/config/translationop