Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 3, 2021

Narrow search to match contents of SDKs, namely only files in /System/Library,
/System/IOSSupport, and /usr other than /usr/local. Previously,
anything under /System was assumed to be in an SDK which causes problems
with the new file system layout in 10.15+ where user file systems may appear
to be mounted under /System. Paths in /Library were also
incorrectly treated as SDK locations.

Co-authored-by: Ned Deily nad@python.org
(cherry picked from commit d52bbde)

Co-authored-by: Ned Batchelder ned@nedbatchelder.com

https://bugs.python.org/issue41129

…GH-25785)

Narrow search to match contents of SDKs, namely only files in ``/System/Library``,
``/System/IOSSupport``, and ``/usr`` other than ``/usr/local``. Previously,
anything under ``/System`` was assumed to be in an SDK which causes problems
with the new file system layout in 10.15+ where user file systems may appear
to be mounted under ``/System``.  Paths in ``/Library`` were also
incorrectly treated as SDK locations.

Co-authored-by: Ned Deily <nad@python.org>
(cherry picked from commit d52bbde)

Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants