This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author piro
Recipients amaury.forgeotdarc, asksol, brian.curtin, elprans, exarkun, flub, giampaolo.rodola, iElectric, loewis, marcelo_fernandez, piro, serverhorror
Date 2010-06-24.15:54:36
SpamBayes Score 0.0012285946
Marked as misclassified No
Message-id <1277394879.49.0.402632825608.issue5672@psf.upfronthosting.co.za>
In-reply-to
Content
setproctitle is quite stable, my company uses it in production environment very heavily with python 2.x. Probably its users base is not huge, but that's because it's a relatively specialized tool.

Python3 porting is not straightforward because python2 exports the original argv pointer using Py_GetArgcArgv() whereas python3 only exports a decoded version in a wchar_t* array. This may not be a showstopper: probably the original argv can still be found scanning backwards from environ: I want to test it but I haven't had requests for it yet, so it wasn't a top priority.

So, while I'd be pleased to have it included in the stdlib, I'm not really convinced it would be useful to such a large audience. Anyway I'm available for any improvement it would make the tool more useful and to anybody eager to push for its inclusion.
History
Date User Action Args
2010-06-24 15:54:39pirosetrecipients: + piro, loewis, exarkun, amaury.forgeotdarc, giampaolo.rodola, flub, serverhorror, iElectric, marcelo_fernandez, elprans, brian.curtin, asksol
2010-06-24 15:54:39pirosetmessageid: <1277394879.49.0.402632825608.issue5672@psf.upfronthosting.co.za>
2010-06-24 15:54:36pirolinkissue5672 messages
2010-06-24 15:54:36pirocreate