Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-105726: Add __slots__ to AbstractContextManager and AbstractAsyncContextManager #106771

Merged
merged 7 commits into from
Jul 16, 2023

Conversation

grigoriev-semyon
Copy link
Contributor

@grigoriev-semyon grigoriev-semyon commented Jul 15, 2023

Fixing #105726

Pull Request title

gh-105726: I have added __slots__ to AbstractContextManager and AbstractAsyncContextManager and now all their's subclasses can be immutable

@bedevere-bot
Copy link

Most changes to Python require a NEWS entry.

Please add it using the blurb_it web app or the blurb command-line tool.

@cpython-cla-bot
Copy link

cpython-cla-bot bot commented Jul 15, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@grigoriev-semyon grigoriev-semyon changed the title Add __slots__ to AbstractContextManager and AbstractAsyncContextManager gh-105726: Add __slots__ to AbstractContextManager and AbstractAsyncContextManager Jul 15, 2023
@kumaraditya303 kumaraditya303 enabled auto-merge (squash) July 16, 2023 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants