| Name: | python34-greenlet |
|---|---|
| Version: | 0.4.12 |
| Release: | 1.el7 |
| Architecture: | x86_64 |
| Group: | Development/Libraries |
| Size: | 64211 |
| License: | MIT and Python |
| RPM: | python34-greenlet-0.4.12-1.el7.x86_64.rpm |
| Source RPM: | python3-greenlet-0.4.12-1.el7.src.rpm |
| Build Date: | Sun Oct 29 2017 |
| Build Host: | x86-ol7-builder-02.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://pypi.python.org/pypi/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. |
- Initial el7 package, based on python-greenlet-0.4.11-3