<br><br><div class="gmail_quote">On Wed, Oct 7, 2009 at 12:42, Ronald Oussoren <span dir="ltr"><<a href="mailto:ronaldoussoren@mac.com">ronaldoussoren@mac.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div style="word-wrap:break-word"><br><div><div class="im"><div>On 7 Oct, 2009, at 20:53, Brett Cannon wrote:</div><br><blockquote type="cite">I just tried building out of svn and a ton of tests that rely on urllib failed because the _scproxy module wasn't built and it unconditionally imports it under darwin. Turns out that it requires the Mac toolbox glue to be built which I always skip since I don't care about it.<div>
<br></div><div>I am fairly certain this toolbox glue dependency for urllib is a regression as I used to always be able to get networking working w/o the Mac-specific modules.</div></blockquote><div><br></div></div>Bummer. _scproxy was introduced in 2.6.3 to fix a crash in the ctypes based code it replaces, as well as very vague failures in the same code on OSX 10.5 Server on PPC machines.</div>
<div><br></div><div>Luckily the fix is easy enough: move some code in setup.py from the block that checks for "not --disable-toolbox-glue", the _scproxy module has no dependencies on the toolbox glue.</div><div>
<br></div><div>The attached patch should fix the issue,</div><div><br></div></div></blockquote><div><br></div><div>Patch fixed it. Barry, can Ronald apply the patch?</div><div><br></div><div>-Brett</div><div><br></div><div>
 </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div style="word-wrap:break-word"><div></div><font color="#888888"><div>Ronald</div><div><br></div><div></div>
</font></div>
<br><div style="word-wrap:break-word"><div></div><div><br><blockquote type="cite"><div><br></div><div>-Brett<br><br><div class="gmail_quote">
On Wed, Oct 7, 2009 at 10:18, Barry Warsaw <span dir="ltr"><<a href="mailto:barry@python.org" target="_blank">barry@python.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello everyone.<br>
<br>
The source tarballs and Windows installers for Python 2.6.4rc1 are now available:<br>
<br>
<a href="http://www.python.org/download/releases/2.6.4/" target="_blank">http://www.python.org/download/releases/2.6.4/</a><br>
<br>
Please download them, install them, and try to use them with your projects and environments. Â Let us know if you encounter any problems with them. Â Hopefully we can avoid the situation with 2.6.3 having such critical bugs.<br>
<br>
2.6.4 final is planned for 18-October.<br>
<br>
Cheers,<br><font color="#888888">
-Barry<br>
<br>
</font><br>_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">http://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/brett%40python.org" target="_blank">http://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div><br></blockquote></div><br>