Issue #7211: Allow 64-bit values for the `ident` and `data` fields of kevent
commit6cbe8a49346082f47f9b506fb9921f6f7b0f0244
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 4 Nov 2009 19:25:14 +0000 (4 19:25 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 4 Nov 2009 19:25:14 +0000 (4 19:25 +0000)
treee3c46ce1135cfc195099470ef7c11dc977804521
parent6dc6112d9e0fd128290df61b630056cd9ee9bcaa
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.

git-svn-id: http://svn.python.org/projects/python/trunk@76108 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_kqueue.py
Misc/ACKS
Misc/NEWS
Modules/selectmodule.c