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 zach.ware
Recipients Y3Kv Bv, zach.ware
Date 2020-01-14.22:55:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579042549.63.0.2010047465.issue39338@roundup.psfhosted.org>
In-reply-to
Content
I suspect your `useAmp` branch is not doing what you think it's doing: it's effectively replacing a random number of entries in your `crazyQuilt2` list with a duplicate entry (try `print`ing the list every time around the main loop to see what's happening to it).  When you later create a dict using the entries of the list as keys there are only so many unique keys, and thus the dict is not the same length as the list.
History
Date User Action Args
2020-01-14 22:55:49zach.waresetrecipients: + zach.ware, Y3Kv Bv
2020-01-14 22:55:49zach.waresetmessageid: <1579042549.63.0.2010047465.issue39338@roundup.psfhosted.org>
2020-01-14 22:55:49zach.warelinkissue39338 messages
2020-01-14 22:55:49zach.warecreate