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 pkt, ronaldoussoren, serhiy.storchaka, vstinner
Date 2015-07-26.05:34:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437888890.18.0.761450724128.issue24683@psf.upfronthosting.co.za>
In-reply-to
Content
There is similar issue with key_separator and item_separator in 3.x. They are used with _PyAccu_Accumulate that performs a type check only in assert().

Here is a patch.
History
Date User Action Args
2015-07-26 05:34:50serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren, vstinner, pkt
2015-07-26 05:34:50serhiy.storchakasetmessageid: <1437888890.18.0.761450724128.issue24683@psf.upfronthosting.co.za>
2015-07-26 05:34:50serhiy.storchakalinkissue24683 messages
2015-07-26 05:34:49serhiy.storchakacreate