[Python-checkins] [python/cpython] 53b266: bpo-29800: Fix crashes in partial.__repr__ if the ...

GitHub noreply at github.com
Wed Mar 15 03:42:03 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 53b2667dcf2a7d13af466a5fb91844f5125a920d
      https://github.com/python/cpython/commit/53b2667dcf2a7d13af466a5fb91844f5125a920d
  Author: Michael Seifert <michaelseifert04 at yahoo.de>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

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

  Log Message:
  -----------
  bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords are not strings (#649) (#671)




More information about the Python-checkins mailing list