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

[#18] close iRODSFS file handles before interpreter exit. #19

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Aug 28, 2024

  1. [_18] close iRODSFS file handles before interpreter exit.

    If available, the irods.at_client_exit.register feature of the
    Python iRODS Client is called in an attempt to properly schedule
    the auto-closing (and therefore auto-flushing) of content written
    to iRODSFS handles before Python interpreter exit.
    d-w-moore committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    89881a4 View commit details
    Browse the repository at this point in the history
  2. remove "import atexit"

    d-w-moore committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d9c611c View commit details
    Browse the repository at this point in the history