Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-llfuse/python-llfuse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 426fc67
Choose a base ref
...
head repository: arvados/python-llfuse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f019d61
Choose a head ref
  • 9 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 13, 2024

  1. Wait for notify thread to end before llfuse.main() completes.

    When fuse_session_remove_chan is called, the _notify_loop thread _must
    not_ be running or it may try to use the deleted channel and cause a
    segfault.
    tetron committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    7b6a47a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Use an event variable to tell the notify queue to drain

    Intended to speed up the notify queue shut down if there are pending
    events when running tests that repeatedly create and destroy llfuse
    sessions.
    tetron committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    db9a169 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce17735 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6e09bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21e631e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fc78fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6809896 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Revert "drop Python 3.5 3.6 3.7, fixes #69"

    This reverts commit c7feaa0.
    tetron committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    638d751 View commit details
    Browse the repository at this point in the history
  2. Bump arvados-llfuse 1.5.2 to restore support for Python 3.6+

    Besides going out of support, the started reason for dropping Python
    3.5 was to silence a deprecation warning about PyEval_InitThreads,
    however it appears that Cython already take care of this -- on
    inspecting the C code, PyEval_InitThreads is called conditionally when
    importing the llfuse module.
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <[email protected]>
    tetron committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f019d61 View commit details
    Browse the repository at this point in the history
Loading