python-setproctitle 1.3.3-ok1 source package in openKylin
Changelog
python-setproctitle (1.3.3-ok1) nile; urgency=high * Build for openKylin. -- openKylinBot <email address hidden> Tue, 07 May 2024 14:11:16 +0800
python-setproctitle (1.3.3-ok1) nile; urgency=high * Build for openKylin. -- openKylinBot <email address hidden> Tue, 07 May 2024 14:11:16 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | python | |
Huanghe V3.0 | release | main | python | |
Nile V2.0 | release | main | python | |
Nile V2.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
python-setproctitle_1.3.3.orig.tar.gz | 26.9 KiB | c4ff32c5482f7b434bd3b3a29d11a4cbac05e5f3b88eeba24c8ba7d2e405af9d |
python-setproctitle_1.3.3-ok1.debian.tar.xz | 2.8 KiB | 365787f504d9da55222a09a42712a97439b6cbe58413ef1386c5b062451e2e4f |
python-setproctitle_1.3.3-ok1.dsc | 2.1 KiB | 864c5a21efbe57f71aea9f4ad8b1e2b20bf59148455b16a24c57934d1c49f423 |
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.