[issue41340] Not very good strcpy implementation in cpython/Python/strdup.c

Benjamin Peterson report at bugs.python.org
Sun Jul 19 19:54:49 EDT 2020


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

I don't think we need to spend much effort on this implementation, since it will only be used if the system libc doesn't have a strdup already.

----------
nosy: +benjamin.peterson

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


More information about the Python-bugs-list mailing list