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 pitrou
Recipients pitrou, vstinner
Date 2017-06-29.20:17:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498767479.99.0.0456716185413.issue30807@psf.upfronthosting.co.za>
In-reply-to
Content
> I would prefer to reuse pytime.c conversion code which is well tested by test_time. _PyTime_FromObject() already contains code to convert a double to _PyTime_t, and _PyTime_AsTimeval() converts a _PyTime_t to timeval. Use _PyTime_ROUND_CEILING as signal.sigtimedwait().

I don't understand how that works.  Can you post a snippet implementing what is needed here?
History
Date User Action Args
2017-06-29 20:18:00pitrousetrecipients: + pitrou, vstinner
2017-06-29 20:17:59pitrousetmessageid: <1498767479.99.0.0456716185413.issue30807@psf.upfronthosting.co.za>
2017-06-29 20:17:59pitroulinkissue30807 messages
2017-06-29 20:17:59pitroucreate