diff options
| author | Eric Snow <ericsnowcurrently@gmail.com> | 2021-09-27 16:00:32 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 16:00:32 (GMT) |
| commit | ae7839bbe817329dd015f9195da308a0f3fbd3e2 (patch) | |
| tree | ba710c468adef4718e3d1ed9747d2acdc830216b /Lib/idlelib/pyshell.py | |
| parent | e5f13ce5b48b551c09fdd0faeafa6ecf860de51c (diff) | |
| download | cpython-ae7839bbe817329dd015f9195da308a0f3fbd3e2.zip cpython-ae7839bbe817329dd015f9195da308a0f3fbd3e2.tar.gz cpython-ae7839bbe817329dd015f9195da308a0f3fbd3e2.tar.bz2 | |
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
Diffstat (limited to 'Lib/idlelib/pyshell.py')
0 files changed, 0 insertions, 0 deletions
