Staging
v0.8.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

README

back to top