[Python-checkins] [python/cpython] 9639e4: bpo-29532: Altering a kwarg dictionary passed to f...

GitHub noreply at github.com
Mon Feb 20 07:04:32 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 9639e4ab6d5bd3ca0ab34fef127e9fc84b6b88b9
      https://github.com/python/cpython/commit/9639e4ab6d5bd3ca0ab34fef127e9fc84b6b88b9
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-02-20 (Mon, 20 Feb 2017)

  Changed paths:
    M Lib/test/test_functools.py
    M Misc/NEWS
    M Modules/_functoolsmodule.c

  Log Message:
  -----------
  bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190)

no longer affects a partial object after creation.




More information about the Python-checkins mailing list