[pypy-commit] pypy default: fix annotation of malloc_nonmovable()

2014-01-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r68951:1d37bca68fa8 Date: 2014-01-26 17:03 + http://bitbucket.org/pypy/pypy/changeset/1d37bca68fa8/ Log:fix annotation of malloc_nonmovable() diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py --- a/rpython/rlib/rgc.py +++ b/rpython/rlib/rgc.py

[pypy-commit] pypy default: add more cpython compatibility for numpy build on windows

2014-01-26 Thread mattip
Author: Matti Picus Branch: Changeset: r68952:315da51498e7 Date: 2014-01-26 19:50 +0200 http://bitbucket.org/pypy/pypy/changeset/315da51498e7/ Log:add more cpython compatibility for numpy build on windows diff --git a/pypy/module/cpyext/include/pyconfig.h b/pypy/module/cpyext/include/pycon

[pypy-commit] pypy default: move SomeAddress and SomeTypedAddressAccess to rpython.rtyper

2014-01-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r68953:6472d7d4cba1 Date: 2014-01-26 18:54 + http://bitbucket.org/pypy/pypy/changeset/6472d7d4cba1/ Log:move SomeAddress and SomeTypedAddressAccess to rpython.rtyper diff --git a/rpython/annotator/binaryop.py b/rpython/annotator/binaryop.py --- a/rp

[pypy-commit] pypy default: add missing file

2014-01-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r68954:a7ccd77bc726 Date: 2014-01-26 19:15 + http://bitbucket.org/pypy/pypy/changeset/a7ccd77bc726/ Log:add missing file diff --git a/rpython/rtyper/llannotation.py b/rpython/rtyper/llannotation.py new file mode 100644 --- /dev/null +++ b/rpython/rt

[pypy-commit] pypy default: Document that we have a LLVM translation backend in-tree to prevent that someone else starts working on it.

2014-01-26 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r68955:04acdc4163f4 Date: 2014-01-26 22:16 +0100 http://bitbucket.org/pypy/pypy/changeset/04acdc4163f4/ Log:Document that we have a LLVM translation backend in-tree to prevent that someone else starts working on it. diff --git a/pypy/doc/faq.rs

[pypy-commit] pypy default: merge heads

2014-01-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r68957:76462f1c604c Date: 2014-01-26 22:29 +0100 http://bitbucket.org/pypy/pypy/changeset/76462f1c604c/ Log:merge heads diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -426,25 +426,12 @@ Could we use LL

[pypy-commit] pypy default: Fix from an example by mitsuhiko on irc: sys.exc_clear() can crash PyPy

2014-01-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r68956:77ecf91c635a Date: 2014-01-26 19:08 +0100 http://bitbucket.org/pypy/pypy/changeset/77ecf91c635a/ Log:Fix from an example by mitsuhiko on irc: sys.exc_clear() can crash PyPy in corner cases, see test. diff --git a/pypy/interpreter/error.py

[pypy-commit] pypy default: Test and fix

2014-01-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r68958:beafaef52b05 Date: 2014-01-27 00:36 +0100 http://bitbucket.org/pypy/pypy/changeset/beafaef52b05/ Log:Test and fix diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/pypy/interpreter/p

[pypy-commit] pypy default: move SomePtr, SomeInteriorPtr, SomeLLADTMeth to rpython.rtyper

2014-01-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r68959:3534680bda85 Date: 2014-01-27 03:28 + http://bitbucket.org/pypy/pypy/changeset/3534680bda85/ Log:move SomePtr, SomeInteriorPtr, SomeLLADTMeth to rpython.rtyper diff --git a/rpython/annotator/binaryop.py b/rpython/annotator/binaryop.py --- a/r