soravux / scoop

SCOOP (Scalable COncurrent Operations in Python)
https://github.com/soravux/scoop
GNU Lesser General Public License v3.0
636 stars 87 forks source link

BUGFIX: Incorrect deletion from set 'inprogress' #63

Closed maharjun closed 7 years ago

maharjun commented 7 years ago

The index was incorrectly being deleted from a set that contained future objects. This lead to memory accumulation.

soravux commented 7 years ago

Thanks for this!