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
RPM
ACKS -rw-r--r-- 7.1 KB
AIX-NOTES -rw-r--r-- 7.3 KB
BeOS-NOTES -rw-r--r-- 1.4 KB
BeOS-setup.py -rw-r--r-- 24.6 KB
HISTORY -rw-r--r-- 305.2 KB
HPUX-NOTES -rw-r--r-- 1.0 KB
NEWS -rw-r--r-- 125.7 KB
PURIFY.README -rw-r--r-- 3.6 KB
Porting -rw-r--r-- 1.9 KB
README -rw-r--r-- 1.2 KB
RFD -rw-r--r-- 3.9 KB
cheatsheet -rw-r--r-- 99.9 KB
find_recursionlimit.py -rw-r--r-- 2.2 KB
gdbinit -rw-r--r-- 898 bytes
indent.pro -rw-r--r-- 66 bytes
python-mode.el -rw-r--r-- 120.6 KB
python.man -rw-r--r-- 11.4 KB
setuid-prog.c -rw-r--r-- 5.3 KB
unicode.txt -rw-r--r-- 112 bytes
vgrindefs -rw-r--r-- 505 bytes

README

back to top