[issue5672] Implement a way to change the python process name

Elvis Pranskevichus report at bugs.python.org
Fri Jul 3 18:18:25 CEST 2009


Elvis Pranskevichus <elprans at gmail.com> added the comment:

> Please don't provide a wrapper around ptrctrl

prctl is not portable. I always thought that the premise of stdlib is to
provide portable interfaces.  BSD, for example, uses setprocname instead
of prctl.  Also, prctl does not modify the process name shown in "ps
uxww". Here's how PostgreSQL does this: http://tinyurl.com/mhjuqc.

----------
nosy: +elprans

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5672>
_______________________________________


More information about the Python-bugs-list mailing list