{{ message }}
[3.6] bpo-29532: Altering a kwarg dictionary passed to functools.partial() …#209
Merged
serhiy-storchaka merged 1 commit intoFeb 21, 2017
Merged
Conversation
…no longer affects a partial object after creation.
Codecov Report
@@ Coverage Diff @@
## 3.6 #209 +/- ##
==========================================
+ Coverage 82.39% 82.39% +<.01%
==========================================
Files 1430 1430
Lines 351246 351252 +6
==========================================
+ Hits 289392 289413 +21
+ Misses 61854 61839 -15
Continue to review full report at Codecov.
|
Sorry, something went wrong.
methane
approved these changes
Feb 21, 2017
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this pull request
Feb 21, 2017
…no longer affects a partial object after creation. (python#209)
Member
Author
|
Sorry. Could you please fix this Berker? I'm not experienced with git. |
Sorry, something went wrong.
jaraco
pushed a commit
that referenced
this pull request
Dec 2, 2022
jaraco
added a commit
to jaraco/cpython
that referenced
this pull request
Feb 17, 2023
Adopt best practices from jaraco/skeleton
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
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.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.
…no longer affects a partial object after creation.