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 pitrou
Recipients loewis, pitrou, rhettinger
Date 2010-08-17.20:01:07
SpamBayes Score 5.384618e-08
Marked as misclassified No
Message-id <1282075265.3220.3.camel@localhost.localdomain>
In-reply-to <1282074398.94.0.153348433096.issue9612@psf.upfronthosting.co.za>
Content
> I'm not sure whether backporting it to 3.1 is a good idea. It's
> potentially an ABI change (although a minor one, as the field offsets
> remain the same, only the interpretation of the padding may change).

Well, it is unlikely that anyone is accessing setentry structures
directly, given that no API function returns one, and the hash collision
resolution algorithm is not provided.
History
Date User Action Args
2010-08-17 20:01:10pitrousetrecipients: + pitrou, loewis, rhettinger
2010-08-17 20:01:08pitroulinkissue9612 messages
2010-08-17 20:01:08pitroucreate