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 barry, emlyn, jweber, ronaldoussoren
Date 2009-09-16.21:42:32
SpamBayes Score 1.9432835e-09
Marked as misclassified No
Message-id <1253137355.94.0.794115785548.issue6851@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch seems to fix the issue, but needs further testing. 

Warning: the patch is not entirely clean, the patch contains an 
unrelated change to setup.py.

The patch replaces some code that uses ctypes to read configuration data 
using the SystemConfiguration framework by a regular extension. 

With this patch the crasher goes away, I still have to do more testing 
and proper checking of the C code.

The patch is for the trunk, I expect it will cleanly port to 2.6. It 
will also need porting to 3.x later on.
History
Date User Action Args
2009-09-16 21:42:37ronaldoussorensetrecipients: + ronaldoussoren, barry, jweber, emlyn
2009-09-16 21:42:35ronaldoussorensetmessageid: <1253137355.94.0.794115785548.issue6851@psf.upfronthosting.co.za>
2009-09-16 21:42:34ronaldoussorenlinkissue6851 messages
2009-09-16 21:42:34ronaldoussorencreate