python-greenlet - Lightweight in-process concurrent programming
Website: | http://pypi.python.org/pypi/greenlet |
---|---|
License: | MIT |
Vendor: | Scientific Linux |
- Description:
The greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on "channels".
Packages
python-greenlet-0.4.2-4.el7.x86_64 [25 KiB] |
Changelog
by d.marlin (2017-03-07):
- Add support for ppc64 in LE mode running ABIv2 Signed-off-by: Ulrich Weigand <[email protected]> Signed-off-by: Tony Breeds <[email protected]> rhbz#1252900 - Remove s390x from skip check list. - Bump release and build of all archs. |
python-greenlet-0.4.2-3.el7.x86_64 [25 KiB] |
Changelog
by Lokesh Mandvekar (2014-04-14):
- gcc-c++ present in default buildroot, not required in BR |