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 belopolsky, benjamin.peterson, facundobatista, gvanrossum
Date 2008-05-02.17:31:15
SpamBayes Score 0.1420492
Marked as misclassified No
Message-id <d38f5330805020749k33c2c2ddgec50a89758cba48c@mail.gmail.com>
In-reply-to <1209699843.5.0.327534410832.issue2735@psf.upfronthosting.co.za>
Content
One more nit: you don't need to zero out trailing range_as_sequence
members explicitly.

static PySequenceMethods range_as_sequence = {
    (lenfunc)range_length,      /* sq_length */
};

should be enough.
History
Date User Action Args
2008-05-02 17:31:16belopolskysetspambayes_score: 0.142049 -> 0.1420492
recipients: + belopolsky, gvanrossum, facundobatista, benjamin.peterson
2008-05-02 17:31:15belopolskylinkissue2735 messages
2008-05-02 17:31:15belopolskycreate