-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
[3.5] bpo-29532: Altering a kwarg dictionary passed to functools.partial() no longer affects a partial object after creation. #222
Merged
Conversation
This file contains 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
…no longer affects a partial object after creation. (python#209)
Codecov Report
@@ Coverage Diff @@
## 3.5 #222 +/- ##
======================================
Coverage ? 82.42%
======================================
Files ? 1404
Lines ? 341460
Branches ? 0
======================================
Hits ? 281432
Misses ? 60028
Partials ? 0
Continue to review full report at Codecov.
|
zhangyangyu
approved these changes
Feb 22, 2017
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Jul 1, 2019
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Jul 1, 2019
…umbers Allow the Stackless test suite to access - PyThreadState fields st.serial, st.serial_last_jump, st.initial_stub - PyCStackObject attribute serial Intentionally undocumented
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Jul 1, 2019
…mismatch Fix the termination of a main-tasklet when serial_last_jump != initial_stub.serial. This caused an assertion failure and a reference leak.
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Jul 1, 2019
Add a test case for a main tasklet, that terminates with serial_last_jump != initial_stub.serial.
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Oct 25, 2019
(cherry picked from commit acfc710)
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
Oct 25, 2019
…mismatch Fix the termination of a main-tasklet when serial_last_jump != initial_stub.serial. This caused an assertion failure and a reference leak. (cherry picked from commit 0b8da63)
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
May 27, 2021
(cherry picked from commit acfc710)
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
May 27, 2021
…umbers Allow the Stackless test suite to access - PyThreadState fields st.serial, st.serial_last_jump, st.initial_stub - PyCStackObject attribute serial Intentionally undocumented (cherry picked from commit 4f7b3ec)
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
May 27, 2021
…mismatch Fix the termination of a main-tasklet when serial_last_jump != initial_stub.serial. This caused an assertion failure and a reference leak. (cherry picked from commit 0b8da63)
akruis
pushed a commit
to akruis/cpython
that referenced
this pull request
May 27, 2021
Add a test case for a main tasklet, that terminates with serial_last_jump != initial_stub.serial. (cherry picked from commit a0f56e7)
ahgamut
pushed a commit
to ahgamut/cpython
that referenced
this pull request
Aug 25, 2021
(cherry picked from commit acfc710)
ahgamut
pushed a commit
to ahgamut/cpython
that referenced
this pull request
Aug 25, 2021
…mismatch Fix the termination of a main-tasklet when serial_last_jump != initial_stub.serial. This caused an assertion failure and a reference leak. (cherry picked from commit 0b8da63)
jaraco
added a commit
to jaraco/cpython
that referenced
this pull request
Feb 17, 2023
Implement MultiplexedPath.iterdir using 'unique_everseen'
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.
No description provided.