Name: | python-pthreading |
---|---|
Version: | 0.1.3 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | System Environment/Libraries |
Size: | 38724 |
License: | GPLv2+ |
RPM: | python-pthreading-0.1.3-3.el7.noarch.rpm |
Source RPM: | python-pthreading-0.1.3-3.el7.src.rpm |
Build Date: | Thu Oct 26 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pypi.python.org/pypi/pthreading |
Summary: | Re-implement threading.Lock, RLock and Condition with libpthread |
Description: | The pthreading module provides Lock and Condition synchronization objects compatible with Python native threading module. The implementation, however, is based on POSIX thread library as delivered by the libpthread and has considerable performance benefits over Python 2.x's implementation. |
- Revert monkey_patch: Fail if it is too late to monkey-patch and will add in 0.1.4
- monkey_patch: Fail if it is too late to monkey-patch - Add the missing locked() interface
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Monkeypatch python's thread.allocate_lock
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Release 0.1.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Initial take