| Name: | python3-greenlet |
|---|---|
| Version: | 3.0.3 |
| Release: | 5.el10 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 1068471 |
| License: | MIT AND PSF-2.0 |
| RPM: | python3-greenlet-3.0.3-5.el10.aarch64.rpm |
| Source RPM: | python-greenlet-3.0.3-5.el10.src.rpm |
| Build Date: | Wed Jan 29 2025 |
| Build Host: | build-ol10-aarch64.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". Python 3 version. |