Skip to content

trio.wrap_file() undocumented behavior wrt to sync file object #3379

Description

@Nikratio

Hello,

Looking at https://trio.readthedocs.io/en/stable/reference-io.html#trio.wrap_file, it is not clear to me if:

  • Closing the returned async file object will also close the sync file object that I passed in
  • Whether this will happen automatically when the async file object is garbage collected
  • If I can continue to use the sync file object at the same time.

It'd be great if that could be clarified!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions