Skip to content

[fix] RemoteOperations::__enter__ is deleted#55

Merged
dmitry-lipetsk merged 1 commit into
postgrespro:masterfrom
dmitry-lipetsk:D20260630_007--del-remote_os_ops-__enter__
Jun 30, 2026
Merged

[fix] RemoteOperations::__enter__ is deleted#55
dmitry-lipetsk merged 1 commit into
postgrespro:masterfrom
dmitry-lipetsk:D20260630_007--del-remote_os_ops-__enter__

Conversation

@dmitry-lipetsk

Copy link
Copy Markdown
Collaborator

RemoteOperations does not have __exit.

As result if we try to use its object in with we get the error:
object does not support the context manager protocol (missed exit method).

RemoteOperations does not have __exit.

As result if we try to use its object in with we get the error:
 object does not support the context manager protocol (missed __exit__ method).
@dmitry-lipetsk
dmitry-lipetsk merged commit 6566909 into postgrespro:master Jun 30, 2026
7 checks passed
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.

1 participant