bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423)
* Use Py_ARRAY_LENGTH() rather than hardcoded MAXPATHLEN in getpath.c. * Pass string length to functions modifying strings.
V
Victor Stinner committed
faddaedd05ca81a9fed3f315e7bc8dcf455824a2
Parent: 5f9cf23
Committed by GitHub <noreply@github.com>
on 3/19/2019, 1:58:14 AM