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 ned.deily
Recipients ned.deily, orsenthil, ronaldoussoren
Date 2010-03-09.22:01:50
SpamBayes Score 1.4038944e-06
Marked as misclassified No
Message-id <1268172113.58.0.506928105472.issue8095@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I tried the patch.  Reversing the default sense causes the proxy tests in test_urllib2 to fail on 10.6 et al.  So I changed the sense of the tests in the patch to match previous behavior; the modified patch is attached.  Unfortunately, it didn't help on 10.3; test_urllib2 still gets a bus error:

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000000

Thread 0 Crashed:
0   _scproxy.so       	0x003b57ac get_proxy_settings + 0x6c
1   org.python.python 	0x00498dfc PyEval_EvalFrameEx + 0x535c
...
History
Date User Action Args
2010-03-09 22:01:53ned.deilysetrecipients: + ned.deily, ronaldoussoren, orsenthil
2010-03-09 22:01:53ned.deilysetmessageid: <1268172113.58.0.506928105472.issue8095@psf.upfronthosting.co.za>
2010-03-09 22:01:51ned.deilylinkissue8095 messages
2010-03-09 22:01:51ned.deilycreate