This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rrt
Recipients rrt
Date 2021-04-16.20:08:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618603699.0.0.0318164618776.issue43875@roundup.psfhosted.org>
In-reply-to
Content
Example session:

$ mkdir foo
$ cd foo
$ ln -s .. bar
$ ln -s .. baz
$ python3.9
Python 3.9.0+ (default, Oct 20 2020, 08:43:38) 
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from glob import glob
>>> glob('**/README', recursive=True)
[HANG]

Removing either of the symlinks fixes the hang.
History
Date User Action Args
2021-04-16 20:08:19rrtsetrecipients: + rrt
2021-04-16 20:08:19rrtsetmessageid: <1618603699.0.0.0318164618776.issue43875@roundup.psfhosted.org>
2021-04-16 20:08:18rrtlinkissue43875 messages
2021-04-16 20:08:18rrtcreate