Staging
v0.5.1
https://github.com/python/cpython
Revision 8b23905d92efb1f4d0156b1ebef3ef01b743ad84 authored by Michael W. Hudson on 15 March 2002, 10:32:07 UTC, committed by Michael W. Hudson on 15 March 2002, 10:32:07 UTC
    revision 1.29 of asyncore.py

[Bug #517554] When a signal happens during the select call in
	asyncore.poll, the select fails with EINTR, which the
	code catches. However, the code fails to clear the
	r/w/e arrays (like poll3 does), which means it acts as
	if every descriptor had received all possible events.

Bug report and patch by Cesar Eduardo Barros
1 parent 1b64810
History
Tip revision: 8b23905d92efb1f4d0156b1ebef3ef01b743ad84 authored by Michael W. Hudson on 15 March 2002, 10:32:07 UTC
backport akuchling's checkin of
Tip revision: 8b23905
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.1 KB
LICENSE -rw-r--r-- 12.1 KB
Makefile.pre.in -rw-r--r-- 25.9 KB
PLAN.txt -rw-r--r-- 14.1 KB
README -rw-r--r-- 39.6 KB
acconfig.h -rw-r--r-- 7.5 KB
configure -rwxr-xr-x 209.1 KB
configure.in -rw-r--r-- 54.0 KB
install-sh -rwxr-xr-x 5.5 KB
pyconfig.h.in -rw-r--r-- 19.6 KB
setup.py -rw-r--r-- 34.4 KB

README

back to top