python-setproctitle 1.3.1-ok2 source package in openKylin
Changelog
python-setproctitle (1.3.1-ok2) yangtze; urgency=medium * Fix python build error. -- zhouganqing <email address hidden> Thu, 24 Nov 2022 17:38:10 +0800
python-setproctitle (1.3.1-ok2) yangtze; urgency=medium * Fix python build error. -- zhouganqing <email address hidden> Thu, 24 Nov 2022 17:38:10 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | python | |
Yangtze V1.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
python-setproctitle_1.3.1.orig.tar.gz | 26.5 KiB | 7f08e552604030afef2ec0aba568468135d9ce04e684d2ae9f5058aecc7821b4 |
python-setproctitle_1.3.1-ok2.debian.tar.xz | 2.6 KiB | bbf1a771146cbf6a85e0d50bdb6844f9ebb0119851ad1acbfc14d1045644631d |
python-setproctitle_1.3.1-ok2.dsc | 1.9 KiB | 9a602c3588246efd840af7c7091fcebf1f2f9973987cc6f5aee919180d747cbd |
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.