mirror of https://github.com/python/cpython
Put the most important and most frequency accessed struct member first.
This commit is contained in:
parent
c629d4c9a2
commit
536f9fdcf3
|
@ -23,8 +23,8 @@ no meaning otherwise.
|
|||
|
||||
typedef struct {
|
||||
/* Cached hash code of the key. */
|
||||
Py_hash_t hash;
|
||||
PyObject *key;
|
||||
Py_hash_t hash;
|
||||
} setentry;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue