]> granicus.if.org Git - python/commit
bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords are not...
authorMichael Seifert <michaelseifert04@yahoo.de>
Wed, 15 Mar 2017 05:26:33 +0000 (06:26 +0100)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 15 Mar 2017 05:26:33 +0000 (07:26 +0200)
commit6c3d5274687c97f9c13800ad50e73e15b54f629d
treec76bba1b35b7200996e6b33002749c99621ddce4
parent024b4fdc4a981ec9ec17f2e63124ec542eb728ff
bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords are not strings (#649)
Lib/test/test_functools.py
Misc/ACKS
Misc/NEWS
Modules/_functoolsmodule.c