You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tamir Duberstein 985a2664a4 Prevent `Queue#dequeue` from blowing the stack
In the case of many sequential jobs having been deleted, a recursive
implementation of `Queue#dequeue` is prone to blowing the stack in the
absence of tail-recursion support. Change the implementation from
recursive to iterative to work around this issue in CPython.
10 years ago
..
cli Fix PEP8 complaint. 10 years ago
compat fix decode error in py3. 11 years ago
contrib Let cleanup_ghosts accept conn argument 11 years ago
scripts Cleanup 11 years ago
__init__.py Fix PEP8 complaints. 11 years ago
connections.py Enable the most modern Python syntax. 11 years ago
decorators.py Easy refactoring on decorators.py 11 years ago
dummy.py Enable the most modern Python syntax. 11 years ago
exceptions.py Enable the most modern Python syntax. 11 years ago
job.py Allow non-ASCII characters in arguments 10 years ago
local.py Fix typo in Doc string. 12 years ago
logutils.py Fixed default logging level in setup_loghandlers. 11 years ago
queue.py Prevent `Queue#dequeue` from blowing the stack 10 years ago
registry.py Added DeferredJobsRegistry to keep track of deferred jobs. 10 years ago
suspension.py Various PEP8 fixes. 10 years ago
timeouts.py PEP8ify. 11 years ago
utils.py Various PEP8 fixes. 10 years ago
version.py Bump to 0.5.1. 10 years ago
worker.py Fix PEP8 complaint. 10 years ago