Skip to content

bpo-25996: Added support of file descriptors in os.scandir() on Unix. #502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

serhiy-storchaka
Copy link
Member

os.fwalk() is sped up by 2 times by using os.scandir().

os.fwalk() is sped up by 2 times by using os.scandir().
@serhiy-storchaka serhiy-storchaka added the type-feature A feature request or enhancement label Mar 6, 2017
@serhiy-storchaka serhiy-storchaka merged commit ea720fe into python:master Mar 30, 2017
@serhiy-storchaka serhiy-storchaka deleted the bpo-25996-os-scandir-fd branch March 30, 2017 06:12
jaraco pushed a commit that referenced this pull request Dec 2, 2022
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.4.3 to 1.5.1.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@1.4.3...1.5.1)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants