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 emlyn, jweber, ronaldoussoren
Date 2009-09-15.20:07:47
SpamBayes Score 0.0047285305
Marked as misclassified No
Message-id <1253045270.97.0.484611256407.issue6851@psf.upfronthosting.co.za>
In-reply-to
Content
This probably means that the ctypes code in urllib.py needs to be ported 
to C, although we won't know if that helps until said C code is written 
:-(

Doing that would be a good idea anyway, while trying to create a 
workaround I noticed that the ctypes code is invalid anyway because 
there are not enough ctypes annotations when running in 64-bit mode 
(where sizeof(int) != sizeof(long))

In 32-bit mode you can avoid the crash by calling urllib.urlopen or 
urllib.proxy_bypass once on the main thread, but you have to use a 
qualified name ("localhost.localdomain", not "localhost").
History
Date User Action Args
2009-09-15 20:07:51ronaldoussorensetrecipients: + ronaldoussoren, jweber, emlyn
2009-09-15 20:07:50ronaldoussorensetmessageid: <1253045270.97.0.484611256407.issue6851@psf.upfronthosting.co.za>
2009-09-15 20:07:48ronaldoussorenlinkissue6851 messages
2009-09-15 20:07:47ronaldoussorencreate