[Python-checkins] [python/cpython] 3c749f: Simplify partial.__new__. (#813)

GitHub noreply at github.com
Sat Mar 25 06:10:17 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 3c749fc867f69deac75f866d5c1ba0f60e54c1fa
      https://github.com/python/cpython/commit/3c749fc867f69deac75f866d5c1ba0f60e54c1fa
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-03-25 (Sat, 25 Mar 2017)

  Changed paths:
    M Modules/_functoolsmodule.c

  Log Message:
  -----------
  Simplify partial.__new__. (#813)

Fast paths in partial.__new__ no longer needed since concatenating with empty
tuple was optimized.




More information about the Python-checkins mailing list