This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients MSeifert, josh.r, lukasz.langa, serhiy.storchaka
Date 2017-03-24.22:18:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490393929.02.0.126519220116.issue29800@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 0641ada9b78b6a06f539d4bde42c1ad1b90579a7 by Serhiy Storchaka (Michael Seifert) in branch '3.5':
bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords are not strings (#649) (#672)
https://github.com/python/cpython/commit/0641ada9b78b6a06f539d4bde42c1ad1b90579a7
History
Date User Action Args
2017-03-24 22:18:49serhiy.storchakasetrecipients: + serhiy.storchaka, lukasz.langa, josh.r, MSeifert
2017-03-24 22:18:49serhiy.storchakasetmessageid: <1490393929.02.0.126519220116.issue29800@psf.upfronthosting.co.za>
2017-03-24 22:18:49serhiy.storchakalinkissue29800 messages
2017-03-24 22:18:48serhiy.storchakacreate