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

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


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 0641ada9b78b6a06f539d4bde42c1ad1b90579a7
      https://github.com/python/cpython/commit/0641ada9b78b6a06f539d4bde42c1ad1b90579a7
  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) (#672)




More information about the Python-checkins mailing list