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 gpolo
Recipients gpolo, hagen
Date 2008-12-19.16:09:47
SpamBayes Score 0.002786302
Marked as misclassified No
Message-id <ac2200130812190809v4415b3d6j33c2571b30ca872b@mail.gmail.com>
In-reply-to <1229702544.43.0.288990042096.issue4701@psf.upfronthosting.co.za>
Content
On Fri, Dec 19, 2008 at 2:02 PM, Hagen Fürstenau <report@bugs.python.org> wrote:
>
> Hagen Fürstenau <hfuerstenau@gmx.net> added the comment:
>
> Why does every other place seem to do the cast? Historical reasons?
>

No, if you look at the functions being casted you will notice them do
not take a pointer to PyObject as the first argument, if you are
talking about tp_hash specifically.
History
Date User Action Args
2008-12-19 16:09:49gpolosetrecipients: + gpolo, hagen
2008-12-19 16:09:48gpololinkissue4701 messages
2008-12-19 16:09:47gpolocreate