Skip to content
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

Simpler file chunking #1188

Closed
wants to merge 1 commit into from
Closed

Conversation

adamjstewart
Copy link

Now that Python 3.8 is the minimum supported version, we can use the new assignment expression syntax to simplify how we read files chunk-by-chunk.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 17, 2023
@adamjstewart
Copy link
Author

Ping @ejguan

@adamjstewart
Copy link
Author

@pmeier can you review since you reviewed pytorch/vision#7673 too?

Copy link
Contributor

@pmeier pmeier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @adamjstewart, LGTM if CI is green. Although I can review, I don't have merge rights here. So we need to wait for the maintainers.

@adamjstewart
Copy link
Author

Ping ping @ejguan

@pmeier
Copy link
Contributor

pmeier commented Aug 1, 2023

Sorry to be the bearer of the bad news here, but it seems this PR won't go anywhere in the near future: #1196

@adamjstewart
Copy link
Author

Thanks for the heads up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants