[issue28503] [Patch] '_crypt' module: fix implicit declaration of crypt(), use crypt_r() where available

Gregory P. Smith report at bugs.python.org
Sun Dec 30 20:59:54 EST 2018


Gregory P. Smith <greg at krypto.org> added the comment:


New changeset a144feeb7ec501aaf30072d50e70d54b200e5ef0 by Gregory P. Smith (Miss Islington (bot)) in branch '3.7':
bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) (GH-11376)
https://github.com/python/cpython/commit/a144feeb7ec501aaf30072d50e70d54b200e5ef0


----------

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


More information about the Python-bugs-list mailing list