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 belopolsky
Recipients BreamoreBoy, belopolsky, georg.brandl, jimjjewett, ked-tao, loewis, pitrou, tim.peters
Date 2010-07-14.17:58:29
SpamBayes Score 0.032024525
Marked as misclassified No
Message-id <1279130312.41.0.261083160482.issue1646068@psf.upfronthosting.co.za>
In-reply-to
Content
Yet it looks like set has a bigger problem whenever sizeof(Py_ssize_t) > sizeof(long).  setentry.hash is defined as long, but set_pop() stores a Py_ssize_t index in it.
History
Date User Action Args
2010-07-14 17:58:36belopolskysetrecipients: + belopolsky, tim.peters, loewis, georg.brandl, jimjjewett, pitrou, ked-tao, BreamoreBoy
2010-07-14 17:58:32belopolskysetmessageid: <1279130312.41.0.261083160482.issue1646068@psf.upfronthosting.co.za>
2010-07-14 17:58:30belopolskylinkissue1646068 messages
2010-07-14 17:58:29belopolskycreate