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 ncoghlan
Recipients amaury.forgeotdarc, eric.smith, gpolo, hagen, ncoghlan, rhettinger
Date 2008-12-28.12:46:57
SpamBayes Score 0.00012041773
Marked as misclassified No
Message-id <1230468418.36.0.264447464842.issue4701@psf.upfronthosting.co.za>
In-reply-to
Content
Copied from python-dev post:

Perhaps the path of least resistance is to change PyObject_Hash to be
yet another place where PyType_Ready will be called implicitly if it
hasn't been called already?

That approach would get us back to the Python 2.x status quo where
calling PyType_Ready was only absolutely essential if you wanted to
correctly inherit a slot from a type other than object itself.
History
Date User Action Args
2008-12-28 12:46:58ncoghlansetrecipients: + ncoghlan, rhettinger, amaury.forgeotdarc, eric.smith, gpolo, hagen
2008-12-28 12:46:58ncoghlansetmessageid: <1230468418.36.0.264447464842.issue4701@psf.upfronthosting.co.za>
2008-12-28 12:46:57ncoghlanlinkissue4701 messages
2008-12-28 12:46:57ncoghlancreate