[pypy-commit] pypy win32-fixes5: document branch

mattip noreply at buildbot.pypy.org
Wed Oct 1 18:12:41 CEST 2014


Author: mattip <matti.picus at gmail.com>
Branch: win32-fixes5
Changeset: r73751:af04bd14990f
Date: 2014-10-01 19:04 +0300
http://bitbucket.org/pypy/pypy/changeset/af04bd14990f/

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
@@ -6,3 +6,9 @@
 .. this is a revision shortly after release-2.4.x
 .. startrev: 7026746cbb1b
 
+.. branch: win32-fixes5
+Fix c code generation for msvc so empty "{ }" are avoided in unions,
+Avoid re-opening files created with NamedTemporaryFile,
+Allocate by 4-byte chunks in rffi_platform,
+Skip testing objdump if it does not exist,
+and other small adjustments in own tests


More information about the pypy-commit mailing list