-
-
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.6] bpo-29532: Altering a kwarg dictionary passed to functools.partial() … #209
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.
|
…no longer affects a partial object after creation. (python#209)
- bpo-29532: Altering a kwarg dictionary passed to functools.partial() | ||
no longer affects a partial object after creation. | ||
|
||
- bpo-22807: Add uuid.SafeUUID and uuid.UUID.is_safe to relay information from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
22807, 29576 and 29534 were master-only changes and they shouldn't be listed in 3.6 branch.
Sorry. Could you please fix this Berker? I'm not experienced with git. |
Done: #338 |
Adopt best practices from jaraco/skeleton
…no longer affects a partial object after creation.