This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients asoki, ned.deily, ronaldoussoren, theller
Date 2009-04-19.11:05:34
SpamBayes Score 4.2255088e-13
Marked as misclassified No
Message-id <1240139136.46.0.489166819169.issue5413@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch is not entirely correct, I'm not yet uploading an 
updated patch because the fix is obvious.

I cannot reproduce this with a the 2.6.2 installer (build on PPC) nor 
with a recent build from subversion (python-trunk, build on X86). My 
tests were done on a PPC G4 iMac running the following version of OSX:

ProductName:	Mac OS X
ProductVersion:	10.4.11
BuildVersion:	8S165

Xcode is:

$ xcodebuild -version
Component versions: DevToolsCore-660.0; DevToolsSupport-651.0

I'm currently installing 10.5 server in a VM, and will try to test that 
as well (using Rosetta). I don't have access to a PPC machine running 
10.5 server, the 10.4 system I mention above cannot be easily 
reinstalled.

BTW. I intend to commit the fixed version of my patch regardless of 
whether this fixes the issue because it is slightly more correct to 
fetch CoreFoundation symbols directly from the CoreFoundation framework 
instead of relying on SystemConfiguration's "connection" to that 
framework.
History
Date User Action Args
2009-04-19 11:05:36ronaldoussorensetrecipients: + ronaldoussoren, theller, ned.deily, asoki
2009-04-19 11:05:36ronaldoussorensetmessageid: <1240139136.46.0.489166819169.issue5413@psf.upfronthosting.co.za>
2009-04-19 11:05:35ronaldoussorenlinkissue5413 messages
2009-04-19 11:05:34ronaldoussorencreate