ansible/changelogs
Toshio Kuratomi a0061e72fa [stable-2.6] Fix the local and ssh plugins for a cornercase retrying a syscall
The bundled selectors library which is used by the local and ssh
connection plugins had a bug which caused a traceback in a cornercase.
If selectors were in use and a syscall was interrupted, selectors would
attempt to restart the syscall after the interrupt was processed.  if
the attempt determined that the timeout for running the syscall had
already expired, the code attempted to raise OSError.  The raise was
using a Python3-ism and needed to be ported to work on Python2.

Fixes #41630
(cherry picked from commit e2e44f8)

Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
2018-08-13 13:19:53 -07:00
..
fragments [stable-2.6] Fix the local and ssh plugins for a cornercase retrying a syscall 2018-08-13 13:19:53 -07:00
.changes.yaml New release v2.6.2 2018-07-27 16:18:51 -07:00
CHANGELOG-v2.6.rst New release v2.6.2 2018-07-27 16:18:51 -07:00
config.yaml Implement new changelog generator. 2018-06-05 19:38:32 -07:00