[Zope-Checkins] CVS: Zope2 - asyncore.py:1.13

Jim Fulton jim@digicool.com
Sun, 1 Oct 2000 11:58:56 -0400 (EDT)


Update of /cvs-repository/Zope2/ZServer/medusa
In directory korak.digicool.com:/tmp/cvs-serv20960

Modified Files:
	asyncore.py 
Log Message:
Added handler for "interrupted system call" (EINTR) errors on select
for Unix.  This allows signal handlers that don't shut down the
process to work correctly.