Package: python-imaplib2 / 2.55-1+deb9u2

Metadata

Package Version Patches format
python-imaplib2 2.55-1+deb9u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Do not use TIMEOUT_MAX.patch | (download)

imaplib2.py | 5 2 + 3 - 0 !
imaplib2.py3 | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 5 deletions(-)

 do not use timeout_max

On some architectures, using threading.TIMEOUT_MAX for the timeout
parameter can overflow causing Condition.wait() to return immediately.
Instead of relying on TIMEOUT_MAX, remove it and wait forever.

Bug-Debian: https://bugs.debian.org/899102
Bug: https://github.com/imaplib2/imaplib2/issues/3