]> granicus.if.org Git - python/commit
bpo-38148: Add slots to asyncio transports (GH-16077)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 13 Sep 2019 12:18:46 +0000 (15:18 +0300)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2019 12:18:46 +0000 (15:18 +0300)
commit9eb35ab0d71a6bd680e84fa0f828cb634e72b681
tree7f088d5fc06a77bb0450d33a06242e8a32c92794
parentff2e18286560e981f4e09afb0d2448ea994414d8
bpo-38148: Add slots to asyncio transports (GH-16077)

* bpo-38148: Add slots to asyncio transports

* Update Misc/NEWS.d/next/Library/2019-09-13-08-55-43.bpo-38148.Lnww6D.rst

Co-Authored-By: Kyle Stanley <aeros167@gmail.com>
Lib/asyncio/transports.py
Lib/test/test_asyncio/test_transports.py
Misc/NEWS.d/next/Library/2019-09-13-08-55-43.bpo-38148.Lnww6D.rst [new file with mode: 0644]