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 eryksun
Recipients eryksun, jschwar313, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-12-15.17:56:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639590961.26.0.823482313455.issue46084@roundup.psfhosted.org>
In-reply-to
Content
If I had long paths enabled, then next(os.walk(p, onerror=print)) would not have printed the error that I showed in the example and would not have immediately raised StopIteration. Instead it would have returned a (dirpath, dirnames, filenames) result for directory `p`. Did you repeat the simple examples that I showed, exactly as shown, and get a different result?
History
Date User Action Args
2021-12-15 17:56:01eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, jschwar313
2021-12-15 17:56:01eryksunsetmessageid: <1639590961.26.0.823482313455.issue46084@roundup.psfhosted.org>
2021-12-15 17:56:01eryksunlinkissue46084 messages
2021-12-15 17:56:01eryksuncreate