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 serhiy.storchaka
Recipients christian.heimes, ncoghlan, pitrou, python-dev, serhiy.storchaka
Date 2013-10-07.14:54:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381157650.16.0.724622225745.issue19183@psf.upfronthosting.co.za>
In-reply-to
Content
I propose extract all hash related stuff from Include/object.h in separated file Include/pyhash.h. And perhaps move Objects/hash.c to Python/pyhash.c.
History
Date User Action Args
2013-10-07 14:54:10serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, pitrou, christian.heimes, python-dev
2013-10-07 14:54:10serhiy.storchakasetmessageid: <1381157650.16.0.724622225745.issue19183@psf.upfronthosting.co.za>
2013-10-07 14:54:10serhiy.storchakalinkissue19183 messages
2013-10-07 14:54:10serhiy.storchakacreate