Skip to content

[3.6] bpo-29532: Altering a kwarg dictionary passed to functools.partial() … - #209

Merged
serhiy-storchaka merged 1 commit into
python:3.6from
serhiy-storchaka:bpo29532-py36
Feb 21, 2017
Merged

[3.6] bpo-29532: Altering a kwarg dictionary passed to functools.partial() …#209
serhiy-storchaka merged 1 commit into
python:3.6from
serhiy-storchaka:bpo29532-py36

Conversation

@serhiy-storchaka

Copy link
Copy Markdown
Member

…no longer affects a partial object after creation.

…no longer affects a partial object after creation.
@codecov

codecovBot commented Feb 21, 2017

Copy link
Copy Markdown

Codecov Report

Merging #209 into 3.6 will increase coverage by <.01%.
The diff coverage is 100%.

@@ 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
Impacted FilesCoverage Δ
Lib/test/test_functools.py94.55% <100%> (+0.02%)
Lib/_strptime.py94.68% <ø> (-0.34%)
Lib/test/lock_tests.py86.81% <ø> (-0.29%)
Lib/test/test_strptime.py94.75% <ø> (-0.27%)
Lib/test/test_io.py96.91% <ø> (ø)
Lib/test/test_logging.py95.1% <ø> (+0.04%)
Lib/threading.py82.08% <ø> (+0.17%)
Lib/test/test_random.py98.65% <ø> (+0.19%)
Lib/test/test_smtplib.py86.71% <ø> (+0.22%)
Lib/test/test_ftplib.py95.98% <ø> (+0.25%)
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d9b3cdd...ff1cd32. Read the comment docs.

@serhiy-storchakaserhiy-storchaka changed the title bpo-29532: Altering a kwarg dictionary passed to functools.partial() …[3.6] bpo-29532: Altering a kwarg dictionary passed to functools.partial() …Feb 21, 2017
@serhiy-storchaka
serhiy-storchaka merged commit e48fd93 into python:3.6Feb 21, 2017
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Feb 21, 2017
@serhiy-storchaka
serhiy-storchaka deleted the bpo29532-py36 branch February 21, 2017 20:37
Comment threadMisc/NEWS
- 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

Copy link
Copy Markdown
Member

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.

@serhiy-storchaka

Copy link
Copy Markdown
MemberAuthor

Sorry. Could you please fix this Berker? I'm not experienced with git.

@berkerpeksag

Copy link
Copy Markdown
Member

Done: #338

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
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@serhiy-storchaka@berkerpeksag@methane@the-knights-who-say-ni