소스 검색

Removes outdated assert (Issue #2086)

Ask Solem 11 년 전
부모
커밋
ee46d0b78d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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: