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 barneygale
Recipients barneygale, serhiy.storchaka
Date 2021-04-08.00:42:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617842565.02.0.836539888967.issue27002@roundup.psfhosted.org>
In-reply-to
Content
Just stumbled upon this issue after submitting a PR: https://github.com/python/cpython/pull/25264

In my PR, `strict=False` is like `--canonicalize-missing`, and `strict=True` is like `--canonicalize-existing`.

Looks like our patches are along similar lines. I've missed a trick by not calling `stat()` to trigger the ELOOP error.
History
Date User Action Args
2021-04-08 00:42:45barneygalesetrecipients: + barneygale, serhiy.storchaka
2021-04-08 00:42:45barneygalesetmessageid: <1617842565.02.0.836539888967.issue27002@roundup.psfhosted.org>
2021-04-08 00:42:45barneygalelinkissue27002 messages
2021-04-08 00:42:44barneygalecreate