]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #4701: implicitly call PyType_Ready from PyObject_Hash
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 30 Dec 2008 01:18:48 +0000 (01:18 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 30 Dec 2008 01:18:48 +0000 (01:18 +0000)
commit180e4007661f4480c3be50289748526c2647d28e
tree9c1da39d98c91ebb08054ddb19d608596b19b498
parentc13acb18bc2db9d8824ba94b86d8e4c8909d6b6c
Issue #4701: implicitly call PyType_Ready from PyObject_Hash
Lib/test/test_hash.py
Misc/NEWS
Modules/_testcapimodule.c
Objects/object.c