Message304431
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. |
|
Date |
User |
Action |
Args |
2017-10-15 11:20:28 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vstinner, berker.peksag |
2017-10-15 11:20:28 | serhiy.storchaka | set | messageid: <1508066428.89.0.213398074469.issue31786@psf.upfronthosting.co.za> |
2017-10-15 11:20:28 | serhiy.storchaka | link | issue31786 messages |
2017-10-15 11:20:28 | serhiy.storchaka | create | |
|