Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f77c929

Browse files
committed
Rename the internal name of dictproxy -> dict_proxy,
in analogy with dict_keys etc.
1 parent 05a2fc2 commit f77c929

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/descrobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ proxy_richcompare(proxyobject *v, PyObject *w, int op)
788788

789789
PyTypeObject PyDictProxy_Type = {
790790
PyVarObject_HEAD_INIT(&PyType_Type, 0)
791-
"dictproxy", /* tp_name */
791+
"dict_proxy", /* tp_name */
792792
sizeof(proxyobject), /* tp_basicsize */
793793
0, /* tp_itemsize */
794794
/* methods */

0 commit comments

Comments
 (0)