]> granicus.if.org Git - python/commit
Document why functools.partial() must copy kwargs (#253)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 23 Feb 2017 17:26:43 +0000 (18:26 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Feb 2017 17:26:43 +0000 (18:26 +0100)
commit561ca80cffd37445bac82ff820b8f52b98c50517
tree54cb4548eb710ebda5e6cc5e896ef1f9ac2dc3ad
parent324c5d8ca6ed1c964d3b20e5762139ec65c7827c
Document why functools.partial() must copy kwargs (#253)

Add a comment to prevent further attempts to avoid a copy for
optimization.
Modules/_functoolsmodule.c
Objects/call.c