bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
This accomplishes 2 things: * consolidates some common code between getpath.c and getpathp.c * makes the helpers available to code in other files FWIW, the signature of the join_relfile() function (in fileutils.c) intentionally mirrors that of Windows' PathCchCombineEx(). Note that this change is mostly moving code around. No behavior is meant to change. https://bugs.python.org/issue45211
E
Eric Snow committed
ae7839bbe817329dd015f9195da308a0f3fbd3e2
Parent: e5f13ce
Committed by GitHub <noreply@github.com>
on 9/27/2021, 4:00:32 PM