]> granicus.if.org Git - python/commit
asyncio: BaseSelectorEventLoop uses directly the private _debug attribute
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 4 Feb 2015 13:50:59 +0000 (14:50 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 4 Feb 2015 13:50:59 +0000 (14:50 +0100)
commitaa41b9b22b139d241dd97f8baf0fda56fe719c36
tree3996cbddb3d3fcb3c733386c5f2c26a8400d6f19
parent2f90aa63666308e7a9b2d0a89110e0be445a393a
asyncio: BaseSelectorEventLoop uses directly the private _debug attribute

Just try to be consistent: _debug was already used in some places, and always
used in BaseProactorEventLoop.
Lib/asyncio/selector_events.py