python-setproctitle 1.3.7-ok1 source package in openKylin
Changelog
python-setproctitle (1.3.7-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 02 Jun 2026 20:49:31 +0800
python-setproctitle (1.3.7-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 02 Jun 2026 20:49:31 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | python |
| File | Size | SHA-256 Checksum |
|---|---|---|
| python-setproctitle_1.3.7.orig.tar.gz | 27.6 KiB | e34ad337c3be087da1052e8846c6576a5816e0fcbf0a8ba9dd170e205166e533 |
| python-setproctitle_1.3.7-ok1.debian.tar.xz | 2.9 KiB | 3b871b9c8429b5fa7d095ede0d4572616443d74e750e51292b005d1fdaca30ba |
| python-setproctitle_1.3.7-ok1.dsc | 2.1 KiB | 93834feef93ad829334e522fbd703e032617ba89fa87e866d7acb7115b52233a |
The library allows a process to change its title (as displayed by system tools
such as ps and top).
.
Changing the title is mostly useful in multi-process systems, for example when
a master process is forked: changing the children's title allows one to
identify the task each process is busy with. The technique is used by
PostgreSQL and the OpenSSH Server for example.
.
This is the Python 3 package.