Message78402
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. |
|
| Date |
User |
Action |
Args |
| 2008-12-28 12:46:58 | ncoghlan | set | recipients:
+ ncoghlan, rhettinger, amaury.forgeotdarc, eric.smith, gpolo, hagen |
| 2008-12-28 12:46:58 | ncoghlan | set | messageid: <[email protected]> |
| 2008-12-28 12:46:57 | ncoghlan | link | issue4701 messages |
| 2008-12-28 12:46:57 | ncoghlan | create | |
|