commit | f0c85793d2a087974969f7eea6ca24bbd1178d53 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Oct 04 03:53:26 2019 +0200 |
committer | GitHub <noreply@github.com> | Fri Oct 04 03:53:26 2019 +0200 |
tree | 5eb47aeb0b7d25612a433642585ed99b94b1e540 | |
parent | 03a8a56faca0c1851051269e3517d70cbce830b7 [diff] |
bpo-38353: Rework ismodule() in getpath.c (GH-16574) * ismodule() no longer modify the input string. * copy_absolute(), joinpath(): rename parameters and local variables.