◐ Shell
clean mode source ↗

[3.6] bpo-29532: Altering a kwarg dictionary passed to functools.partial() … by serhiy-storchaka · Pull Request #209 · python/cpython

@serhiy-storchaka

…no longer affects a partial object after creation.

…no longer affects a partial object after creation.

@codecov

@serhiy-storchaka serhiy-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

methane

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)

berkerpeksag

- 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

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

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

@berkerpeksag

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