reverbrain / elliptics

Distributed storage for medium and large objects with streaming support
http://reverbrain.com/elliptics
GNU Lesser General Public License v3.0
497 stars 85 forks source link

python: wrap python_async_result::iterator to free GIL in long operations #713

Closed shaitan closed 8 years ago

shaitan commented 8 years ago

Some operations on iterator cause waiting for new responses and without releasing GIL it sometimes leads to deadlock.