[pypy-commit] pypy fix-1674: Document branch

Vincent Legoll pypy.commits at gmail.com
Tue Dec 29 08:06:51 EST 2015


Author: Vincent Legoll <vincent.legoll at idgrilles.fr>
Branch: fix-1674
Changeset: r81472:27cc5b303584
Date: 2015-12-20 11:09 +0100
http://bitbucket.org/pypy/pypy/changeset/27cc5b303584/

Log:	Document branch

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -68,6 +68,10 @@
 Four new operations (gc_load/gc_load_indexed, gc_store/gc_store_indexed) replace all the
 commonly known loading operations
 
+.. branch: fix-1674
+
+Fix for broken mask indexing / selection. Was issue #1674.
+
 .. branch: more-rposix
 
 Move wrappers for OS functions from `rpython/rtyper` to `rpython/rlib` and 


More information about the pypy-commit mailing list