[3.14] gh-123471: Free-threading fixes for itertools (GH-131212) (GH-132814) (GH-135689) (GH-144402) (GH-146033) (GH-142957)#153791
Open
nascheme wants to merge 6 commits into
Open
Conversation
…le` safe under free-threading (python#131212) (cherry picked from commit 26a1cd4) Co-authored-by: Kumar Aditya <kumaraditya@python.org> Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
…ions thread-safe (pythonGH-132814) (cherry picked from commit 847d1c2) Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com> Co-authored-by: Kumar Aditya <kumaraditya@python.org>
(cherry picked from commit 0533c1f) Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
…mutations` and `itertools.combinations_with_replacement` thread-safe (pythongh-144402) (cherry picked from commit 009c8c0) Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
…mulate thread-safe (python#144486) (cherry picked from commit 3a24856) Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
…uild (python#146033) (cherry picked from commit 9214e3f) Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
Contributor
|
Seems like this got linked incorrectly from a different PR #143019? I don't see that fix in here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a combined backport of a number of fixes to the itertools module. These PRs have already been backported to 3.15.