]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio, Tulip issue 180: Make Server attributes and methods private
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 11 Jul 2014 20:52:21 +0000 (22:52 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 11 Jul 2014 20:52:21 +0000 (22:52 +0200)
commitb28dbac86d3c8ccde7d16c4f2de471eb53a6bffe
tree0fa5020d6f64ce59dde286c68157ad7ca99ec88e
parent7aee3ecd57c5d7a455420dd514206e239c7dbc39
asyncio, Tulip issue 180: Make Server attributes and methods private

- loop, waiters and active_count attributes are now private
- attach(), detach() and wakeup() methods are now private

The sockets attribute remains public.
Lib/asyncio/base_events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py