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 serhiy.storchaka
Recipients berker.peksag, serhiy.storchaka, vstinner
Date 2017-10-15.11:20:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508066428.89.0.213398074469.issue31786@psf.upfronthosting.co.za>
In-reply-to
Content
This particular issue can be fixed by adding the condition (PyFloat_Check(timeout_obj) && PyFloat_AsDouble(timeout_obj) < 0). The problem is only with writing good test for infinity timeout.

This test could be also used for testing issue31334.
History
Date User Action Args
2017-10-15 11:20:28serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, berker.peksag
2017-10-15 11:20:28serhiy.storchakasetmessageid: <1508066428.89.0.213398074469.issue31786@psf.upfronthosting.co.za>
2017-10-15 11:20:28serhiy.storchakalinkissue31786 messages
2017-10-15 11:20:28serhiy.storchakacreate