Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python36-locket

Locket implements a lock that can be used by multiple processes provided they use the same path. Locks largely behave as (non-reentrant) Lock instances from the threading module in the standard library. Specifically, their behaviour is: * Locks are uniquely identified by the file being locked, both in the same process and across different processes. * Locks are either in a locked or unlocked state. * When the lock is unlocked, calling acquire() returns immediately and changes the lock state to locked. * When the lock is locked, calling acquire() will block until the lock state changes to unlocked, or until the timeout expires. * If a process holds a lock, any thread in that process can call release() to change the state to unlocked. * Behaviour of locks after fork is undefined.

Found 1 sites for python36-locket

Found 4 RPM for python36-locket

PackageSummaryDistributionDownload
python36-locket-0.2.0-3.el7.noarch.htmlFile-based locks for Python for Linux and WindowsEPEL 7 for ppc64lepython36-locket-0.2.0-3.el7.noarch.rpm
python36-locket-0.2.0-3.el7.noarch.htmlFile-based locks for Python for Linux and WindowsEPEL 7 for aarch64python36-locket-0.2.0-3.el7.noarch.rpm
python36-locket-0.2.0-3.el7.noarch.htmlFile-based locks for Python for Linux and WindowsEPEL 7 for ppc64python36-locket-0.2.0-3.el7.noarch.rpm
python36-locket-0.2.0-3.el7.noarch.htmlFile-based locks for Python for Linux and WindowsEPEL 7 for x86_64python36-locket-0.2.0-3.el7.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet