Skip to content

issues Search Results · repo:tox-dev/filelock language:Python

Filter by

133 results
 (82 ms)

133 results

intox-dev/filelock (press backspace or delete to remove)

Hi, I have read the documentation (possibly not enough), and I have not seen example of how filelock could be used with a shared and exclusive lock logic (allowing several concurent read operations with ...
  • yohplala
  • Opened 
    11 days ago
  • #421

I m not sure if this is deliberate, but I assume the CHANGELOG used to be generated automatically but it seems to have not been since v3.12.0, I m guessing as a result of no longer using v as the prefix ...
  • znicholls
  • 1
  • Opened 
    on May 10
  • #416

I m not a lawyer but it seems Unlicense has some issues and no real advantage say over 0BSD or MIT-0. Please consider on moving to one of these as this could discourage people to use lockfile. Some references: ...
  • comtom
  • Opened 
    on Apr 7
  • #409

# coding=utf-8 import time import asyncio from threading import Thread from filelock import FileLock class TestObject(object): def __init__(self): self.file_lock = FileLock( /tmp/test_file.lock ...
bug
help-wanted
  • zutb
  • 3
  • Opened 
    on Mar 6
  • #404

Hi there, thanks for the package. A perhaps naive question, but the following behaviour seemed unintuitive to me. In short, if you chain method calls and don t assign the result to a variable, you don ...
  • znichollscr
  • 2
  • Opened 
    on Feb 24
  • #402

Hi, In the public acquire interface, you can pass poll_interval (defaults to 0.05). Because the __enter__ method calls acquire without any arguments, there is no way to specify the interval when using ...
  • asaf-kali
  • Opened 
    on Feb 23
  • #400

Is it true that both processes will proceed?
  • silw97
  • Opened 
    on Feb 18
  • #397

It may be worth mentioning explicitly in the docs that locks are exclusive.
documentation
help-wanted
  • bicarlsen
  • 1
  • Opened 
    on Feb 1
  • #392

An issue is observed when using filelock on gpfs. Specially, the problem occurs when the huggingface datasets create filelocks on a multi-node cluster with a gpfs filesystem. More details can be found ...
  • xiaosu-zhu
  • 2
  • Opened 
    on Jan 17
  • #389

while using poetry: File /home/lz/miniforge3/envs/dense_pointcloud/lib/python3.9/site-packages/filelock/__init__.py , line 20, in module from .asyncio import ( ModuleNotFoundError: No module ...
  • HernandoR
  • 1
  • Opened 
    on Dec 7, 2024
  • #384
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub