]> granicus.if.org Git - python/commit
bpo-35394: Add empty slots to abstract asyncio protocols (#10889)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 11 Dec 2018 17:07:05 +0000 (19:07 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Dec 2018 17:07:05 +0000 (19:07 +0200)
commit5344501ad166c1380be452644a863a4679c4291b
tree4a2d9f0b0a7225db78451d7720f4189694ea04a9
parent7211d306d4c2f73732540759e20dd17bd18b3361
bpo-35394: Add empty slots to abstract asyncio protocols (#10889)

* bpo-35394: Add empty slots to abstract asyncio protocols

* Add missing test file
Lib/asyncio/protocols.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_protocols.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2018-12-04-12-17-08.bpo-35394.fuTVDk.rst [new file with mode: 0644]