python-pthreading - Re-implement threading.Lock, RLock and Condition with libpthread
Website: | http://pypi.python.org/pypi/pthreading |
---|---|
License: | GPLv2+ |
Vendor: | Fedora Project |
- 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.
Packages
python-pthreading-0.1.3-3.el7.noarch [17 KiB] |
Changelog
by Yaniv Bronhaim (2014-07-13):
- Revert monkey_patch: Fail if it is too late to monkey-patch and will add in 0.1.4 |