[issue38894] Path.glob() sometimes misses files that match

2020-10-29 Thread daniel hahler
Change by daniel hahler : -- nosy: +blueyed nosy_count: 4.0 -> 5.0 pull_requests: +21943 pull_request: https://github.com/python/cpython/pull/23025 ___ Python tracker ___

[issue38894] Path.glob() sometimes misses files that match

2020-03-07 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue38894] Path.glob() sometimes misses files that match

2020-03-07 Thread miss-islington
miss-islington added the comment: New changeset 928b4dd0edf0022190a8a296c8ea65e7ef55c694 by Miss Islington (bot) in branch '3.8': bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permissions (GH-18815)

[issue38894] Path.glob() sometimes misses files that match

2020-03-07 Thread miss-islington
miss-islington added the comment: New changeset cca0b31fb8ed7d25ede68f314d4a85bb07d6ca6f by Miss Islington (bot) in branch '3.7': bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permissions (GH-18815)

[issue38894] Path.glob() sometimes misses files that match

2020-03-07 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset eb7560a73d46800e4ade4a8869139b48e6c92811 by Pablo Galindo in branch 'master': bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permissions (GH-18815)

[issue38894] Path.glob() sometimes misses files that match

2020-03-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +18188 pull_request: https://github.com/python/cpython/pull/18831 ___ Python tracker ___

[issue38894] Path.glob() sometimes misses files that match

2020-03-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +18187 pull_request: https://github.com/python/cpython/pull/18830 ___ Python tracker

[issue38894] Path.glob() sometimes misses files that match

2020-03-06 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +18173 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18815 ___ Python tracker

[issue38894] Path.glob() sometimes misses files that match

2020-03-06 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Ok, I managed to reproduce. This seems a regression introduced by https://github.com/python/cpython/pull/11988 in issue https://bugs.python.org/issue36035. -- ___ Python tracker

[issue38894] Path.glob() sometimes misses files that match

2020-03-06 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- Removed message: https://bugs.python.org/msg363548 ___ Python tracker ___ ___ Python-bugs-list

[issue38894] Path.glob() sometimes misses files that match

2020-03-06 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I fail to reproduce this last example: ~/github/python/master master* ❯ mkdir tmp ~/github/python/master master* ❯ cd tmp ~/github/python/master/tmp master* ❯ touch 1.txt ~/github/python/master/tmp master* ❯ ln -s

[issue38894] Path.glob() sometimes misses files that match

2020-03-06 Thread Matt Wozniski
Matt Wozniski added the comment: A simple test case for this issue: ~>mkdir tmp ~>cd tmp tmp>touch 1.txt tmp>ln -s subdir/file 2.txt tmp>touch 3.txt tmp>ls -l total 0 -rw-rw-r-- 1 mwoznisk general 0 Mar 6 14:52 1.txt lrwxrwxrwx 1 mwoznisk general 11 Mar 6 14:52 2.txt -> subdir/file

[issue38894] Path.glob() sometimes misses files that match

2020-03-06 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- assignee: -> pablogsal nosy: +pablogsal ___ Python tracker ___ ___ Python-bugs-list mailing

[issue38894] Path.glob() sometimes misses files that match

2019-11-22 Thread Thierry Parmentelat
Thierry Parmentelat added the comment: to clarify, when I said 'lambda user' I mean regular, non-root user that has no permission to read in /root -- ___ Python tracker ___

[issue38894] Path.glob() sometimes misses files that match

2019-11-22 Thread Thierry Parmentelat
New submission from Thierry Parmentelat : I have observed this on a linux box running fedora29 $ python3 --version Python 3.7.5 $ uname -a Linux faraday.inria.fr 5.3.11-100.fc29.x86_64 #1 SMP Tue Nov 12 20:41:25 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux $ cat /etc/fedora-release Fedora release