Document why functools.partial() must copy kwargs (#253) · pythoncapi/cpython@561ca80 · GitHub
Skip to content

Commit 561ca80

Browse files
authored
Document why functools.partial() must copy kwargs (python#253)
Add a comment to prevent further attempts to avoid a copy for optimization.
1 parent 324c5d8 commit 561ca80

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Modules/_functoolsmodule.c

Lines changed: 3 additions & 0 deletions

Objects/call.c

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)