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:53:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498769601.39.0.0123944005462.issue30807@psf.upfronthosting.co.za>
In-reply-to
Content
If I use the PyTime APIs, it will change the signature from
  setitimer($module, which, seconds, interval=0.0, /)
to
  setitimer($module, which, seconds, interval=None, /).

I'm not sure that's ok in a bugfix release?
History
Date User Action Args
2017-06-29 20:53:21pitrousetrecipients: + pitrou, vstinner
2017-06-29 20:53:21pitrousetmessageid: <1498769601.39.0.0123944005462.issue30807@psf.upfronthosting.co.za>
2017-06-29 20:53:21pitroulinkissue30807 messages
2017-06-29 20:53:21pitroucreate