commit | 099646f29a7521318fd8a9753ee4522769488122 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun May 18 20:09:54 2008 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sun May 18 20:09:54 2008 +0000 |
tree | e194df5f24797fbb09511614bd04cdced023d93d | |
parent | 8632cc2573eec74d610d18ae978e349dcc778154 [diff] |
MacOSX: ctypes annotation in implementation of getproxies_macosx_sysconf getproxies_macosx_sysconf uses ctypes to call SystemConfiguration APIs. This checkin adds ctypes annotation to specify the right argument types for the API's that are used. This is needed to be able to use urllib on a 64-bit system, without annotations you'd get a hard crash.