[pypy-commit] pypy portable-threadlocal: test and fix for the no-__thread case

2014-11-26 Thread arigo
Author: Armin Rigo Branch: portable-threadlocal Changeset: r74736:31fa1fdc28a7 Date: 2014-11-26 15:44 +0100 http://bitbucket.org/pypy/pypy/changeset/31fa1fdc28a7/ Log:test and fix for the no-__thread case diff --git a/rpython/translator/c/src/threadlocal.c b/rpython/translator/c/src/threadl

[pypy-commit] pypy portable-threadlocal: Test and fix

2014-11-23 Thread arigo
Author: Armin Rigo Branch: portable-threadlocal Changeset: r74649:9c067d3de94c Date: 2014-11-23 11:59 +0100 http://bitbucket.org/pypy/pypy/changeset/9c067d3de94c/ Log:Test and fix diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython/translator/c/genc.py +++