]> 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 07:42:02 +0000 (08:42 +0100)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 15 Mar 2017 07:42:02 +0000 (09:42 +0200)
commit53b2667dcf2a7d13af466a5fb91844f5125a920d
treedb0a2a111d9c9d361676abdfca7974291304d732
parentfaa2cc63e45bc7d7ffab84bebe5a9f4fe065bd96
bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords are not strings (#649) (#671)
Lib/test/test_functools.py
Misc/ACKS
Misc/NEWS
Modules/_functoolsmodule.c