]> granicus.if.org Git - python/commit
bpo-38353: getpath.c uses dynamically allocated strings (GH-16582)
authorVictor Stinner <vstinner@python.org>
Fri, 4 Oct 2019 13:25:50 +0000 (15:25 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Oct 2019 13:25:50 +0000 (15:25 +0200)
commitabd7cd856ba326bd7574135c7d034e98492ab695
tree06acaeded0d61f267d445c509fa31f691cb41eb1
parent8855e47d09d4db1206c65b24efc8ad0df585ac46
bpo-38353: getpath.c uses dynamically allocated strings (GH-16582)

* PyCalculatePath: add "_macro" to the 3 fields storing macro values
* Add dynamically allocated strings to PyCalculatePath
Modules/getpath.c