]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105726: Add `__slots__` to `AbstractContextManager` and `AbstractAsyncContextManag...
authorGrigoriev Semyon <33061489+grigoriev-semyon@users.noreply.github.com>
Sun, 16 Jul 2023 15:30:39 +0000 (18:30 +0300)
committerGitHub <noreply@github.com>
Sun, 16 Jul 2023 15:30:39 +0000 (15:30 +0000)
commit55408f86d78259f18c56c5e1ea51e0f8dcdbeb67
treebca94fcb70c1d427cb4a5864051aebcf303a3019
parentcc25ca16ee406db936dfbd2337cbd14b12ccc4b7
gh-105726: Add `__slots__` to `AbstractContextManager` and `AbstractAsyncContextManager` (#106771)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/contextlib.py
Lib/test/test_contextlib.py
Lib/test/test_contextlib_async.py
Misc/NEWS.d/next/Library/2023-07-15-12-52-50.gh-issue-105726.NGthO8.rst [new file with mode: 0644]