python-pthreading - Re-implement threading.Lock, RLock and Condition with libpthread
Website: | http://pypi.python.org/pypi/pthreading |
---|---|
License: | GPLv2+ |
Vendor: | Red Hat, Inc. |
- 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.el6ev.src [17 KiB] |
Changelog
by Yaniv Bronhaim (2014-07-13):
* revert monkey_patch: Fail if it is too late to monkey-patch and delay to 0.1.4 |
python-pthreading-0.1.3-1.el6ev.src [16 KiB] |
Changelog
by Douglas Schilling Landgraf (2014-03-28):
- Rebuild 0.1.3-0 for RHEL |
python-pthreading-0.1.2-1.el6ev.src [15 KiB] |
Changelog
by Douglas Schilling Landgraf (2013-06-13):
- Release 0.1.2 |