]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Store all errors signaling a disconnection into a global frozenset to save some compu...
authorGiampaolo Rodolà <g.rodola@gmail.com>
Wed, 15 Sep 2010 21:43:47 +0000 (21:43 +0000)
committerGiampaolo Rodolà <g.rodola@gmail.com>
Wed, 15 Sep 2010 21:43:47 +0000 (21:43 +0000)
commit985b68e611e5902bd21ce3159e849b2dcd370afb
tree79bbd3137f5e0e1dd713cfb1d4c1e2281534a6c4
parent7d49bc99113c817a7d7c127ebdef674680d567df
Store all errors signaling a disconnection into a global frozenset to save some computation time on recv() and send().
Lib/asyncore.py