<div class="gmail_quote">On Sat, Dec 31, 2011 at 4:56 PM, Guido van Rossum <span dir="ltr"><<a href="mailto:guido@python.org">guido@python.org</a>></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'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't initialize sys standard streams<br>Traceback (most recent call last):<br> File "/Users/guido/cpython/Lib/io.py", line 60, in <module><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't quite figure out what's going on.<br>
<br>Oh, and an unrelated failure in test_sqlite:<br><br> File "/Users/guido/pythons/p26/Lib/sqlite3/test/types.py", line 355, in CheckSqlTimestamp<br> self.failUnlessEqual(ts.year, now.year)<br>AssertionError: 2012 != 2011<br>
<br>I betcha that's because it'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>