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 vstinner
Recipients anacrolix, lemburg, methane, neologix, pitrou, vstinner
Date 2011-11-28.23:54:44
SpamBayes Score 0.005176579
Marked as misclassified No
Message-id <1322524485.53.0.627157936316.issue12822@psf.upfronthosting.co.za>
In-reply-to
Content
pthread_condattr_setclock() result should be checked.

"The pthread_condattr_setclock() function may fail if:

EINVAL The value specified by clock_id does not refer to a known clock, or is a CPU-time clock."
History
Date User Action Args
2011-11-28 23:54:45vstinnersetrecipients: + vstinner, lemburg, pitrou, methane, anacrolix, neologix
2011-11-28 23:54:45vstinnersetmessageid: <1322524485.53.0.627157936316.issue12822@psf.upfronthosting.co.za>
2011-11-28 23:54:44vstinnerlinkissue12822 messages
2011-11-28 23:54:44vstinnercreate