]> granicus.if.org Git - python/commit
bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Feb 2017 12:04:30 +0000 (14:04 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Feb 2017 12:04:30 +0000 (14:04 +0200)
commit9639e4ab6d5bd3ca0ab34fef127e9fc84b6b88b9
tree9a4b96861524f2c043b8409fae6cf11300f2d412
parentd0e8212ed70445cc3d48b0d4ae7c9cb480004010
bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190)

no longer affects a partial object after creation.
Lib/test/test_functools.py
Misc/NEWS
Modules/_functoolsmodule.c