]> granicus.if.org Git - python/commit
bpo-38353: Rework ismodule() in getpath.c (GH-16574)
authorVictor Stinner <vstinner@python.org>
Fri, 4 Oct 2019 01:53:26 +0000 (03:53 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Oct 2019 01:53:26 +0000 (03:53 +0200)
commitf0c85793d2a087974969f7eea6ca24bbd1178d53
tree5eb47aeb0b7d25612a433642585ed99b94b1e540
parent03a8a56faca0c1851051269e3517d70cbce830b7
bpo-38353: Rework ismodule() in getpath.c (GH-16574)

* ismodule() no longer modify the input string.
* copy_absolute(), joinpath(): rename parameters and local variables.
Modules/getpath.c