commit | 3c1e48176e077bbbf85183874f432de6d4ac8f88 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Mar 26 22:10:51 2012 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Mar 26 22:10:51 2012 +0200 |
tree | dd20a4a078f04f76e7f1526c268b0ec851c1bc2c | |
parent | 70b2e1e7d99431cf71c8177dcf42dba03435177e [diff] |
Issue #14383: Add _PyDict_GetItemId() and _PyDict_SetItemId() functions These functions simplify the usage of static constant Unicode strings. Generalize the usage of _Py_Identifier in ceval.c and typeobject.c.