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 wolma
Recipients mscuthbert, rhettinger, serhiy.storchaka, wolma
Date 2016-05-02.09:30:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462181435.17.0.00731990529364.issue26904@psf.upfronthosting.co.za>
In-reply-to
Content
Given your comment about sum((fullacount & fullbcount).values()), why not use its in-place version:

fullacount &= fullbcount
matches = sum(fullacount.values())

?
History
Date User Action Args
2016-05-02 09:30:35wolmasetrecipients: + wolma, rhettinger, serhiy.storchaka, mscuthbert
2016-05-02 09:30:35wolmasetmessageid: <1462181435.17.0.00731990529364.issue26904@psf.upfronthosting.co.za>
2016-05-02 09:30:35wolmalinkissue26904 messages
2016-05-02 09:30:35wolmacreate