commit | d83f1e6d6176247efc57cdbf59215743454a3ff5 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Nov 04 21:10:38 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Nov 04 21:10:38 2009 +0000 |
tree | 153b4a11b9297aa2f84543b8065ffa499aee0642 | |
parent | 97c81ef5b06d63da89f31625b66ee7130c324314 [diff] |
Merged revisions 76108 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76108 | antoine.pitrou | 2009-11-04 20:25:14 +0100 (mer., 04 nov. 2009) | 6 lines Issue #7211: Allow 64-bit values for the `ident` and `data` fields of kevent objects on 64-bit systems. Patch by Michael Broghton. I will revert this checkin if it causes problems on our BSD buildbots. ........