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
..
__init__.py Fix PEP8 complaints. 11 years ago
dummy_settings.py Enable the most modern Python syntax. 11 years ago
fixtures.py Fix PEP8 complaints. 10 years ago
helpers.py Fix PEP8 complaints. 11 years ago
test_cli.py Various PEP8 fixes. 10 years ago
test_connection.py Enable the most modern Python syntax. 11 years ago
test_decorator.py Fix broken import. 11 years ago
test_helpers.py Restored the ability to specify connection params in config 10 years ago
test_job.py Allow non-ASCII characters in arguments 10 years ago
test_queue.py Prevent `Queue#dequeue` from blowing the stack 10 years ago
test_registry.py Fixed an error in super call. 10 years ago
test_sentry.py Fix broken stub in tests. 11 years ago
test_worker.py updates addressing @selwin comments for PR #465 10 years ago