]> git.ipfire.org Git - thirdparty/dnspython.git/commit
If select() raises an exception due to EINTR, we should just select()
authorBob Halley <halley@dnspython.org>
Sun, 25 Nov 2007 17:28:03 +0000 (17:28 +0000)
committerBob Halley <halley@dnspython.org>
Sun, 25 Nov 2007 17:28:03 +0000 (17:28 +0000)
commitd76fd330f1454de7a0071a93c2dfc7713c083bcb
tree74a963f64acee8849f4f3f3dd5dc68e8ff575893
parentc69db0af02ddd39d969b11b49110b9cb6d0ea727
If select() raises an exception due to EINTR, we should just select()
again.  Thanks to Geert Jansen for reporting this.
ChangeLog
dns/query.py