Conraid's Repository

for Slackware

 NameLast modifiedSize

 Parent Directory  -
 README2025-12-06 22:35 688
 python-greenlet-3.3.0-x86_64-1cf.lst2025-12-06 22:35 20K
 python-greenlet-3.3.0-x86_64-1cf.meta2025-12-06 22:35 949
 python-greenlet-3.3.0-x86_64-1cf.txt2025-12-06 22:35 637
 python-greenlet-3.3.0-x86_64-1cf.txz2025-12-06 22:35 209K
 python-greenlet-3.3.0-x86_64-1cf.txz.asc2025-12-06 22:35 545
 python-greenlet-3.3.0-x86_64-1cf.txz.md52025-12-06 22:35 71

Slackware Current Repository by Conraid

======================================================================

greenlet (micro-threads for Python)

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".

Greenlets are lightweight coroutines for in-process concurrent
programming. They are provided as a C extension module for the
regular unmodified interpreter.

HOME: https://github.com/python-greenlet/greenlet

======================================================================