…out <= 0 (pythonGH-21895) When I was fixing bpo-32751 back in pythonGH-7216 I missed the case when *timeout* is zero or negative. This takes care of that. Props to @aaliddell for noticing the inconsistency.. (cherry picked from commit c517fc7) Co-authored-by: Elvis Pranskevichus <elvis@magic.io>
|
@ambv and this one... |
|
Like I mentioned on #21969, 3.7 is in security fixes only mode now. |
When I was fixing bpo-32751 back in GH-7216 I missed the case when
timeout is zero or negative. This takes care of that.
Props to @aaliddell for noticing the inconsistency..
(cherry picked from commit c517fc7)
Co-authored-by: Elvis Pranskevichus elvis@magic.io
https://bugs.python.org/issue32751
Automerge-Triggered-By: @1st1