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 | 0000006219 6.07 KB | |
python-setproctitle.spec | 0000001985 1.94 KB | |
setproctitle-1.3.2.tar.gz | 0000027173 26.5 KB |
Revision 30 (latest revision is 33)
Dominique Leuenberger (dimstar_suse)
accepted
request 1004177
from
Dirk Mueller (dirkmueller)
(revision 30)
- update to 1.3.2: * Restore import-time initialization of macOS to avoid crash on thread+fork * Fixed segfault on macOS 12.5 in forked processes (issue #111). Note that, as a workaround, Activity Monitor will show the title of the parent. * Added fallback no-op implementation if building the extension fails. * Added support for displaying title as the process name in MacOS Activity Monitor (issue #10). * Fixed "Symbol not found: _Py_GetArgcArgv" error when using Xcode provided Python (issues #82, #103). * Fixed FreeBSD support, broken in 1.2 (issue #94). * Added package type annotations (issue #101). * Dropped support for Python 3.6.
Comments 0