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-09.00:28:21
SpamBayes Score 0.058810167
Marked as misclassified No
Message-id <1328747302.08.0.300667052924.issue13964@psf.upfronthosting.co.za>
In-reply-to
Content
signal.sigtimedwait() API should also be changed from:
  sigtimedwait(sigset, (timeout_sec, timeout_nsec))
to:
  sigtimedwait(sigset, timeout)

where timeout can be an int, float or decimal.Decimal. The function was introduced in Python 3.3, so its API can be changed.
History
Date User Action Args
2012-02-09 00:28:22vstinnersetrecipients: + vstinner, ncoghlan, Arfrever, rosslagerwall, python-dev
2012-02-09 00:28:22vstinnersetmessageid: <1328747302.08.0.300667052924.issue13964@psf.upfronthosting.co.za>
2012-02-09 00:28:21vstinnerlinkissue13964 messages
2012-02-09 00:28:21vstinnercreate