[Python-checkins] [python/cpython] 561ca8: Document why functools.partial() must copy kwargs ...

GitHub noreply at github.com
Thu Feb 23 12:26:44 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 561ca80cffd37445bac82ff820b8f52b98c50517
      https://github.com/python/cpython/commit/561ca80cffd37445bac82ff820b8f52b98c50517
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-02-23 (Thu, 23 Feb 2017)

  Changed paths:
    M Modules/_functoolsmodule.c
    M Objects/call.c

  Log Message:
  -----------
  Document why functools.partial() must copy kwargs (#253)

Add a comment to prevent further attempts to avoid a copy for
optimization.




More information about the Python-checkins mailing list