Parcourir la source

Removes outdated assert (Issue #2086)

Ask Solem il y a 11 ans
Parent
commit
48aaecb6ff
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      celery/concurrency/asynpool.py

+ 0 - 1
celery/concurrency/asynpool.py

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