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 zerg
Recipients docs@python, romanofski, zerg
Date 2021-04-09.09:41:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617961303.8.0.685698081642.issue38963@roundup.psfhosted.org>
In-reply-to
Content
It works as intended - pool of 5 processes is being reused with new data:
- First, 5 processes are created as root,
- in first run of check_permission they drop their privileges to user,
- when they finish processing check_permission function, they are not killed, but provided with new path for processing, therefore they retain their lower privileges,
- when maxtasksperchild=1 is used, processes are killed after single run of check_permission and recreated with root permissions.
History
Date User Action Args
2021-04-09 09:41:43zergsetrecipients: + zerg, docs@python, romanofski
2021-04-09 09:41:43zergsetmessageid: <1617961303.8.0.685698081642.issue38963@roundup.psfhosted.org>
2021-04-09 09:41:43zerglinkissue38963 messages
2021-04-09 09:41:43zergcreate