commit | 80878312316bfb4011157f13cf040f6d885f808b | [log] [tgz] |
---|---|---|
author | Anthony Sottile <asottile@umich.edu> | Wed May 29 17:13:12 2019 -0700 |
committer | Barry Warsaw <barry@python.org> | Wed May 29 17:13:11 2019 -0700 |
tree | 6d3b9bda59377738f9b418c96e65ce990f6a9aa2 | |
parent | 29cb21ddb92413931e473eb799a02e2d8cdf4a45 [diff] |
Don't crash if there exists an EGG-INFO directory on sys.path (#13667) * Don't crash if there exists an EGG-INFO directory on sys.path cross-port of https://gitlab.com/python-devs/importlib_metadata/merge_requests/72 * Also catch PermissionError for windows