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