Tristan de Boer
Results
1
issues of
Tristan de Boer
When using `PYTHONOPTIMIZE` (https://docs.python.org/3/using/cmdline.html#cmdoption-O) assert statements will be removed. In that case, `patch_celery_tracer` will not be called: https://github.com/the-wondersmith/celery-aio-pool/blob/890a7b6c03d9060fdb4cd4ce5f52ea5c7f4954f3/celery_aio_pool/pool.py#L79 The issue could be fixed by replacing the assert statement by an...