Explorar el Código

Removes outdated assert (Issue #2086)

Ask Solem hace 10 años
padre
commit
ee46d0b78d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      celery/concurrency/asynpool.py

+ 0 - 1
celery/concurrency/asynpool.py

@@ -186,7 +186,6 @@ class ResultHandler(_pool.ResultHandler):
         else:
             buf = bufv = BytesIO()
         # header
-        assert not isblocking(fd)
 
         while Hr < 4:
             try: