]> granicus.if.org Git - python/commit
Fixes to compile cPickle.c & socketmodule.c on cygwin and possibly
authorMichael W. Hudson <mwh@python.net>
Fri, 9 Nov 2001 10:06:23 +0000 (10:06 +0000)
committerMichael W. Hudson <mwh@python.net>
Fri, 9 Nov 2001 10:06:23 +0000 (10:06 +0000)
commit03f96bd8f5c7b93c8836ce5219b075c70e240927
treea3bbb10f9db4c21c3fe1f1018858e74afe121c62
parent30bd666c353a46cc481d8e4444b70f186a1d791b
Fixes to compile cPickle.c & socketmodule.c on cygwin and possibly
other platforms that have funny ideas about whether addresses of
functions in dlls are compile-time constants.
Modules/cPickle.c
Modules/socketmodule.c