[issue27360] _deque and _islice are sometimes None

2016-06-21 Thread SilentGhost
SilentGhost added the comment: This seems to have been reported on riak's tracker: https://github.com/basho/riak-python-client/issues/449 -- nosy: +SilentGhost resolution: -> third party stage: -> resolved status: open -> closed type: crash -> behavior ___

[issue27360] _deque and _islice are sometimes None

2016-06-21 Thread David Delassus
New submission from David Delassus: With Python 3.4.3-r1 (on Gentoo x86_64), I have encountered a strange behavior with the library "riak==2.5.3". When closing the client connection, the library calls ``self._stop.set()`` where ``self._stop`` is a ``threading.Event``. The following error is r