Files
cpython/Python
Victor Stinner faddaedd05 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.
2019-03-19 02:58:14 +01:00
..
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library