Skip to content

Ability to access cache from multiple python instances #12

@mbkupfer

Description

@mbkupfer

Whenever I import a module, with a cached function, in more than one python instance, I get a Resource temporarily unavailable error on the module.py.cache file.

This is a bit of a nuisance since I then have to kill the first process to let a script run. Wouldn't this be fixed by setting the optional writeback parameter for the shelve object?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions