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

Don't have packaging.tags.compatible_tags() reuse an iterable (#258) #1

Merged
merged 1 commit into from Jan 22, 2020

Conversation

sthagen
Copy link
Owner

@sthagen sthagen commented Jan 22, 2020

The code was using an iterable in an inner loop which would lead to iterator exhaustion after the first time round the loop.

Closes pypa#257

The code was using an iterable in an inner loop which would lead to iterator exhaustion after the first time round the loop.

Closes #257
@sthagen sthagen merged commit 9e31427 into sthagen:master Jan 22, 2020
sthagen pushed a commit that referenced this pull request Dec 19, 2023
The ignore was added in #1, and was migrated from `.coveragerc` to the `pyproject.toml` in pypa#586, even though the file had already been deleted over a year ago in pypa#376.

Since the file no longer exists, the ignore should just be removed.
sthagen pushed a commit that referenced this pull request Jan 13, 2024
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
Co-authored-by: StepSecurity Bot <bot@stepsecurity.io>
Co-authored-by: Brett Cannon <brett@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants