]> granicus.if.org Git - python/commit
Issue #7211: Allow 64-bit values for the `ident` and `data` fields of kevent
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 4 Nov 2009 19:25:14 +0000 (19:25 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 4 Nov 2009 19:25:14 +0000 (19:25 +0000)
commit323b9da16d5e868bec4880256d718b1e1d7627f9
treec14ee83a019a7239131b453c2042dff42167ffcd
parentefc285880c4fbc3adaad03d667b46702327a95e4
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.
Lib/test/test_kqueue.py
Misc/ACKS
Misc/NEWS
Modules/selectmodule.c