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 rnk
Recipients belopolsky, mark.dickinson, pitrou, rhettinger, rnk, tim.peters
Date 2010-07-13.05:12:09
SpamBayes Score 0.01650613
Marked as misclassified No
Message-id <1278997933.06.0.119216625086.issue9079@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks good to me FWIW.

I would be interested in using this perhaps in issue8844, which involves lock timeouts.  It may be true that the POSIX API uses nanoseconds, but pythreads only exposes microsecond precision.

In order to use it from the thread module, it need to get moved into Python/.  My best guess at the best place to put it would be sysmodule.c, since that already wraps other system calls.  Or, you know, we could live a little and make a new file for it.  :)
History
Date User Action Args
2010-07-13 05:12:13rnksetrecipients: + rnk, tim.peters, rhettinger, mark.dickinson, belopolsky, pitrou
2010-07-13 05:12:13rnksetmessageid: <1278997933.06.0.119216625086.issue9079@psf.upfronthosting.co.za>
2010-07-13 05:12:11rnklinkissue9079 messages
2010-07-13 05:12:10rnkcreate