Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

test_no_stdlib and underlying functionality incorrect for distros #193

Open
jayvdb opened this issue Apr 6, 2019 · 0 comments
Open

test_no_stdlib and underlying functionality incorrect for distros #193

jayvdb opened this issue Apr 6, 2019 · 0 comments

Comments

@jayvdb
Copy link

jayvdb commented Apr 6, 2019

Config.init_libpath only looks at sysconfig.get_python_lib() (usually /usr/lib/), and doesnt include sysconfig.get_python_lib(plat_specific=True) , which is usually /usr/lib64. The later is where re.match will come from for most distro users. Both directories need to be used to determine if a module is part of the stdlib.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant