Paketname | python-extended-threading |
Beschreibung | extension of the Python threading API |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.2-2 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 148 Byte |
Hängt ab von | python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 15414 Byte |
Prüfsumme MD5 | 79f5a632a14ed8256ee9d9a5be798af8 |
Prüfsumme SHA1 | ed4b8e7f6d9e82f6d014f14e027f7cc1cebbe83f |
Prüfsumme SHA256 | 19df6d1d882dd8df3be96484a1570c4d85717f734c725fb3a408d8ce0234ea46 |
Link zum Herunterladen | python-extended-threading_0.2-2_all.deb |
Ausführliche Beschreibung | This is an extension to the basic Python threading library. It allows
inheritance of locks and several other non-inheritable types. It also
adds a few new lock types for those who found the original set
lacking.
.
Its main characteristics are:
.
* subclassable locks
* read/write mode lock (write locks are exclusive, read locks are
not)
* "safe" object based locks to help debug lock code.
|