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-30.01:39:49
SpamBayes Score 0.0047926363
Marked as misclassified No
Message-id <1230601191.21.0.867380517051.issue4701@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed using a lazy call to PyType_Ready in PyObject_Hash:

2.7: r68051
2.6: r68052

Forward-port to Py3k still to come.
History
Date User Action Args
2008-12-30 01:39:51ncoghlansetrecipients: + ncoghlan, rhettinger, amaury.forgeotdarc, eric.smith, gpolo, hagen
2008-12-30 01:39:51ncoghlansetmessageid: <1230601191.21.0.867380517051.issue4701@psf.upfronthosting.co.za>
2008-12-30 01:39:50ncoghlanlinkissue4701 messages
2008-12-30 01:39:49ncoghlancreate