Name: | python36-greenlet |
---|---|
Version: | 0.4.15 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 87361 |
License: | MIT |
RPM: | python36-greenlet-0.4.15-1.el7.aarch64.rpm |
Source RPM: | python3-greenlet-0.4.15-1.el7.src.rpm |
Build Date: | Sun Jul 21 2019 |
Build Host: | ca-buildarm03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/python-greenlet/greenlet |
Summary: | Lightweight in-process concurrent programming |
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". This is the Python 3 version of greenlet. |
- Update to 0.4.15 (#1697782)
- Rebuilt to change main python from 3.4 to 3.6
- Initial el7 package, based on python-greenlet-0.4.11-3