homepage

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 Arfrever, ncoghlan, python-dev, rosslagerwall, vstinner
Date 2012年02月21日.00:24:08
SpamBayes Score 1.8856687e-06
Marked as misclassified No
Message-id <1329783850.83.0.572802746013.issue13964@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a first step: add _PyTime_ObjectToTimespec() to pytime.h and use it for signal.sigtimedwait().
signal.sigtimedwait(sigwait, (timeout_sec, timeout_nsec)) becomes signal.sigtimedwait(sigwait, timeout).
I chose pytime.h instead of timefuncs.h because I plan to use _PyTime_ObjectToTimespec() in the posix module. I don't want to have a copy of this function in each module: timefuncs.h requires to compile the module with _time.c.
History
Date User Action Args
2012年02月21日 00:24:11vstinnersetrecipients: + vstinner, ncoghlan, Arfrever, rosslagerwall, python-dev
2012年02月21日 00:24:10vstinnersetmessageid: <1329783850.83.0.572802746013.issue13964@psf.upfronthosting.co.za>
2012年02月21日 00:24:10vstinnerlinkissue13964 messages
2012年02月21日 00:24:10vstinnercreate

AltStyle によって変換されたページ (->オリジナル) /