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 loewis
Recipients loewis, pitrou, rhettinger
Date 2010-08-15.18:11:06
SpamBayes Score 6.533654e-05
Marked as misclassified No
Message-id <1281895868.66.0.249929096265.issue9612@psf.upfronthosting.co.za>
In-reply-to
Content
For the length hint, it would be best to use PyLong_FromSize_t, as in dictobject.c. It would be sad if __length_hint__ would return a much-too-small value (or even a negative number).

For the search finger, dictobject has opted to make me_hash of type Py_ssize_t.
History
Date User Action Args
2010-08-15 18:11:08loewissetrecipients: + loewis, rhettinger, pitrou
2010-08-15 18:11:08loewissetmessageid: <1281895868.66.0.249929096265.issue9612@psf.upfronthosting.co.za>
2010-08-15 18:11:07loewislinkissue9612 messages
2010-08-15 18:11:06loewiscreate