STINNER Victor <vstin...@redhat.com> added the comment:

According to seirl on IRC, this issue is trigged when a Python application is 
run by systemd using DynamicUser=yes:

"DynamicUser: Takes a boolean parameter. If set, a UNIX user and group pair is 
allocated dynamically when the unit is started, and released as soon as it is 
stopped. The user and group will not be added to /etc/passwd or /etc/group, but 
are managed transiently during runtime. (...)"

* https://www.freedesktop.org/software/systemd/man/systemd.exec.html
* http://0pointer.net/blog/dynamic-users-with-systemd.html

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue10496>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to