From: Ansgar Burchardt Date: Fri, 3 Jun 2011 09:55:44 +0000 (+0000) Subject: gpg.py: set O_NONBLOCK for writing X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=438e50fc19e566ea0c986351681d865a36862713;hp=438e50fc19e566ea0c986351681d865a36862713;p=dak.git gpg.py: set O_NONBLOCK for writing We need O_NONBLOCK as otherwise os.write() would block for large input. Signed-off-by: Ansgar Burchardt ---