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 brett.cannon
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, christian.heimes, georg.brandl, gpolo, lemburg, mark.dickinson, pitrou, rhettinger
Date 2009-01-29.19:54:18
SpamBayes Score 1.5579833e-08
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
>> On Thu, Jan 29, 2009 at 07:30, Benjamin Peterson <[email protected]> wrote:
>>>
>>> Benjamin Peterson <[email protected]> added the comment:
>>>
>>> Actually, I would like to repurpose tp_compare as tp_bytes for the
>>> __bytes__ method.
>>
>> Repurposing would be extremely bad as that would mean it is possible
>> for people to actually compile code with a busted __bytes__
>> implementation.
>
> Wasn't there another case of an old slot being reused?

Not that I can remember, but I'm sure someone will correct me if I'm wrong.
History
Date User Action Args
2009-01-29 19:54:19brett.cannonsetrecipients: + brett.cannon, lemburg, georg.brandl, rhettinger, amaury.forgeotdarc, mark.dickinson, pitrou, christian.heimes, benjamin.peterson, gpolo
2009-01-29 19:54:18brett.cannonlinkissue1717 messages
2009-01-29 19:54:18brett.cannoncreate