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 vstinner
Recipients corona10, serhiy.storchaka, vstinner
Date 2022-01-23.04:29:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642912197.13.0.368130058575.issue46478@roundup.psfhosted.org>
In-reply-to
Content
Oh, I didn't test os.scandir() properly. If you pass a file descriptor to os.scandir(), it yields DirEntry entries with contains the directory FD. Ignore my request, Python works as expected :-D
History
Date User Action Args
2022-01-23 04:29:57vstinnersetrecipients: + vstinner, serhiy.storchaka, corona10
2022-01-23 04:29:57vstinnersetmessageid: <1642912197.13.0.368130058575.issue46478@roundup.psfhosted.org>
2022-01-23 04:29:57vstinnerlinkissue46478 messages
2022-01-23 04:29:57vstinnercreate