[issue6529] get{pw,gr}{nam,[ug]id}() calls are not re-entrant

2021-10-22 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.7 -Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mai

[issue6529] get{pw,gr}{nam,[ug]id}() calls are not re-entrant

2021-10-22 Thread Christian Heimes
Christian Heimes added the comment: The problem was fixed a couple of years ago. Python uses the reentrant functions since commit 23e65b25557f957af840cf8fe68e80659ce28629 / GH-7081. -- nosy: +christian.heimes resolution: -> fixed stage: -> resolved status: open -> closed superseder:

[issue6529] get{pw,gr}{nam,[ug]id}() calls are not re-entrant

2021-10-22 Thread Irit Katriel
Change by Irit Katriel : -- stage: test needed -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue6529] get{pw,gr}{nam,[ug]id}() calls are not re-entrant

2021-10-22 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ _

[issue6529] get{pw,gr}{nam,[ug]id}() calls are not re-entrant

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue6529] get{pw,gr}{nam,[ug]id}() calls are not re-entrant

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: Is this an issue that should be addressed? -- nosy: +BreamoreBoy stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___

[issue6529] get{pw,gr}{nam,[ug]id}() calls are not re-entrant

2009-07-20 Thread Danek Duvall
New submission from Danek Duvall : In tracking down 6861990 getgrnam_r() str2group() function makes decisions based on return value before it's set (viewable on bugs.opensolaris.org), I noted that the pwd and grp modules don't use the MT-safe interfaces to the password and group name se