Lightweight in-process concurrent programming
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".
- Sources inherited from project SUSE:SLE-15:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP2:GA/python-greenlet && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
greenlet-0.4.13.tar.gz | 0000058382 57 KB | |
greenlet-ppc64le.patch | 0000000973 973 Bytes | |
python-greenlet.changes | 0000008868 8.66 KB | |
python-greenlet.spec | 0000002656 2.59 KB |
Revision 2 (latest revision is 3)
Stefan Behlert (sbehlert)
committed
(revision 2)
- Add patch to fix build on ppc64le to not clobber r2 register: * greenlet-ppc64le.patch - Version update to 0.4.13: * Support for Python 3.7 * Support for MinGW x64
Comments 0