This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mbroughton
Recipients mbroughton
Date 2009-10-26.19:54:41
SpamBayes Score 1.7600689e-05
Marked as misclassified No
Message-id <1256586883.91.0.341415015996.issue7211@psf.upfronthosting.co.za>
In-reply-to
Content
On FreeBSD and MacOS 64-bit systems the ident field of a kevent is big
enough to hold a 64-bit integer (uintptr_t). Looks like Python is
casting it to an unsigned 32-bit integer.

This is inconvenient for implementing kqueue timers, where id(timer_obj)
is a natural choice for an ident.
History
Date User Action Args
2009-10-26 19:54:43mbroughtonsetrecipients: + mbroughton
2009-10-26 19:54:43mbroughtonsetmessageid: <1256586883.91.0.341415015996.issue7211@psf.upfronthosting.co.za>
2009-10-26 19:54:41mbroughtonlinkissue7211 messages
2009-10-26 19:54:41mbroughtoncreate