[issue36161] Use thread-safe functions instead of unsafe ones (crypt, ttyname)

Benjamin Peterson report at bugs.python.org
Tue Oct 8 22:19:56 EDT 2019


Benjamin Peterson <benjamin at python.org> added the comment:


New changeset 594e2edfb5e0d24e03469d035d8f39ff29a64d99 by Benjamin Peterson (Antonio Gutierrez) in branch 'master':
closes bpo-36161: Use thread-safe ttyname_r instead of ttyname. (GH-14868)
https://github.com/python/cpython/commit/594e2edfb5e0d24e03469d035d8f39ff29a64d99


----------
nosy: +benjamin.peterson
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36161>
_______________________________________


More information about the Python-bugs-list mailing list