<div class="gmail_quote">On Sat, Dec 31, 2011 at 4:56 PM, Guido van Rossum <span dir="ltr">&lt;<a href="mailto:guido@python.org">guido@python.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

PS. I would propose a specific fix but I can&#39;t seem to build a working CPython from the trunk on my laptop (OS X 10.6, Xcode 4.1). I get this error late in the build:<br>
<br>./python.exe -SE -m sysconfig --generate-posix-vars<br>Fatal Python error: Py_Initialize: can&#39;t initialize sys standard streams<br>Traceback (most recent call last):<br>  File &quot;/Users/guido/cpython/Lib/io.py&quot;, line 60, in &lt;module&gt;<br>


make: *** [Lib/_sysconfigdata.py] Abort trap<span class="HOEnZb"><font color="#888888"></font></span><br></blockquote></div><br>FWIW I managed to build Python 2.6, and a trivial mutation of the string/unicode hash function (add 1 initially) made only three tests fail; test_symtable and test_json both have a dependency on dictionary order, test_ctypes I can&#39;t quite figure out what&#39;s going on.<br>

<br>Oh, and an unrelated failure in test_sqlite:<br><br>  File &quot;/Users/guido/pythons/p26/Lib/sqlite3/test/types.py&quot;, line 355, in CheckSqlTimestamp<br>    self.failUnlessEqual(ts.year, now.year)<br>AssertionError: 2012 != 2011<br>

<br>I betcha that&#39;s because it&#39;s still 2011 here in Texas but already 2012 in UTC-land. Happy New Year everyone! :-)<br clear="all"><br>-- <br>--Guido van Rossum (<a href="http://python.org/~guido">python.org/~guido</a>)<br>