mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Rename the internal name of dictproxy -> dict_proxy,
in analogy with dict_keys etc.
This commit is contained in:
parent
05a2fc2274
commit
f77c929c56
1 changed files with 1 additions and 1 deletions
|
|
@ -788,7 +788,7 @@ proxy_richcompare(proxyobject *v, PyObject *w, int op)
|
|||
|
||||
PyTypeObject PyDictProxy_Type = {
|
||||
PyVarObject_HEAD_INIT(&PyType_Type, 0)
|
||||
"dictproxy", /* tp_name */
|
||||
"dict_proxy", /* tp_name */
|
||||
sizeof(proxyobject), /* tp_basicsize */
|
||||
0, /* tp_itemsize */
|
||||
/* methods */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue