[issue7221] DispatcherWithSendTests_UsePoll with test_asyncore does nothing

Jessica McKellar report at bugs.python.org
Sat Apr 19 20:54:10 CEST 2014


Jessica McKellar added the comment:

This looks like a copy-paste typo from test_asynchat, which does use `usepoll`.

Attached is a patch that removes `usepoll` and a `DispatcherWithSendTests_UsePoll` TestCase that did nothing but set `usepoll=True`.

* The diff passes `make patchcheck`.
* The full test suite passes with this diff.

----------
keywords: +needs review, patch
nosy: +jesstess
stage: needs patch -> patch review
Added file: http://bugs.python.org/file34978/issue7221.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7221>
_______________________________________


More information about the Python-bugs-list mailing list