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 methane
Recipients lemburg, luis@luispedro.org, methane, rhettinger, serhiy.storchaka, terry.reedy, tim.peters, twouters, vstinner
Date 2018-02-17.02:59:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518836364.72.0.467229070634.issue32846@psf.upfronthosting.co.za>
In-reply-to
Content
One possible advice; try dict instead of set.
Dict is (surprisingly) little smaller than set.
And dict cleans items in insertion order when the dict is deleted.
History
Date User Action Args
2018-02-17 02:59:24methanesetrecipients: + methane, lemburg, tim.peters, twouters, rhettinger, terry.reedy, vstinner, luis@luispedro.org, serhiy.storchaka
2018-02-17 02:59:24methanesetmessageid: <1518836364.72.0.467229070634.issue32846@psf.upfronthosting.co.za>
2018-02-17 02:59:24methanelinkissue32846 messages
2018-02-17 02:59:24methanecreate