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 terry.reedy
Recipients eli.bendersky, georg.brandl, hodgestar, terry.reedy
Date 2010-12-15.20:23:43
SpamBayes Score 0.00035638208
Marked as misclassified No
Message-id <1292444625.73.0.698821429978.issue10534@psf.upfronthosting.co.za>
In-reply-to
Content
Added tweak to .__chain_b to avoid creating list of b2j.keys and .items be deleting from b2j in separate loop after creating sets. Test with timeit suggests time about same with 1% deletion. r87276
History
Date User Action Args
2010-12-15 20:23:45terry.reedysetrecipients: + terry.reedy, georg.brandl, hodgestar, eli.bendersky
2010-12-15 20:23:45terry.reedysetmessageid: <1292444625.73.0.698821429978.issue10534@psf.upfronthosting.co.za>
2010-12-15 20:23:44terry.reedylinkissue10534 messages
2010-12-15 20:23:43terry.reedycreate