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 belopolsky
Recipients SilentGhost, ammar2, belopolsky, paul.moore, pekka.klarck, r.david.murray, steve.dower, tim.golden, tim.peters, zach.ware
Date 2016-12-29.18:11:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483035060.73.0.53674377097.issue29097@psf.upfronthosting.co.za>
In-reply-to
Content
I think we should just clip the negative lower probe value to 0 on Windows before passing it to local().  Also, if we still care about platforms with 32-bit time_t, we should check for over/under flow *before* calling local().
History
Date User Action Args
2016-12-29 18:11:00belopolskysetrecipients: + belopolsky, tim.peters, paul.moore, tim.golden, r.david.murray, SilentGhost, pekka.klarck, zach.ware, steve.dower, ammar2
2016-12-29 18:11:00belopolskysetmessageid: <1483035060.73.0.53674377097.issue29097@psf.upfronthosting.co.za>
2016-12-29 18:11:00belopolskylinkissue29097 messages
2016-12-29 18:11:00belopolskycreate