]> granicus.if.org Git - python/commit
struct timeval.tv_usec is 4 bytes on 64-bit OS X as it should be, but
authorBrett Cannon <brett@python.org>
Sat, 7 Apr 2012 18:59:29 +0000 (14:59 -0400)
committerBrett Cannon <brett@python.org>
Sat, 7 Apr 2012 18:59:29 +0000 (14:59 -0400)
commit8798ad3e1e0647554cb68033c6b25b7b22e2a19d
tree7a715970e271407e18fa881841df98eb8e7fa5a9
parent014397e981184a0aca27b289a10128b780bc4d13
struct timeval.tv_usec is 4 bytes on 64-bit OS X as it should be, but
is defined as an int while everyone else expects a long regardless of
length.
Modules/selectmodule.c