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 lemburg
Recipients belopolsky, benjamin.peterson, casevh, georg.brandl, jimjjewett, ked-tao, lemburg, loewis, mark.dickinson, pitrou, rhettinger, skip.montanaro, tim.peters
Date 2010-10-18.14:47:34
SpamBayes Score 0.0016779944
Marked as misclassified No
Message-id <4CBC5E05.8030608@egenix.com>
In-reply-to <AANLkTik+GHNiEUc4SmnuZmzQtdZSh8K3X1C3s=pM0-Pm@mail.gmail.com>
Content
Benjamin Peterson wrote:
> 
> Benjamin Peterson <benjamin@python.org> added the comment:
>> Marc-Andre Lemburg <mal@egenix.com> added the comment:
>>
>> And related to my previous comment: shouldn't Py_hash_t map to size_t instead of Py_ssize_t ?
> 
> No, negative values have to be allowed.

Ah, right... we use -1 as error indicator.
History
Date User Action Args
2010-10-18 14:47:36lemburgsetrecipients: + lemburg, tim.peters, loewis, skip.montanaro, georg.brandl, rhettinger, jimjjewett, mark.dickinson, belopolsky, pitrou, casevh, ked-tao, benjamin.peterson
2010-10-18 14:47:34lemburglinkissue9778 messages
2010-10-18 14:47:34lemburgcreate