Python module to allow customization of the process title
http://pyasn1.sf.net/
Changing the title is mostly useful in multi-process systems, for example when
a master process is forked: changing the children's title allows to identify
the task each process is busy with. The technique is used by PostgreSQL and
the OpenSSH Server for example.
- Developed at devel:languages:python
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-setproctitle && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-setproctitle.changes | 0000006456 6.3 KB | |
python-setproctitle.spec | 0000001924 1.88 KB | |
setproctitle-1.3.3.tar.gz | 0000027253 26.6 KB |
Revision 31 (latest revision is 33)
Ana Guerrero (anag+factory)
accepted
request 1129198
from
Dirk Mueller (dirkmueller)
(revision 31)
- update to 1.3.3: * Add support for Python 3.12 * Fix package metadata to include Python 3.11, 3.12. - Fixed segfault after ``os.environ.clear()`` (issue #88). - Update to version 1.2 * Initialisation of the module moved to the first usage:
Comments 0