Commit 3e13a32
committed
Remove redundant tp_getattro sets
tp_getattro = PyObject_GenericGetAttr is the default, so we don't need to set it to that explicitly.
See https://docs.python.org/3/c-api/typeobj.html#c.PyTypeObject.tp_getattro1 parent 32facc0 commit 3e13a32
2 files changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3732 | 3732 | | |
3733 | 3733 | | |
3734 | 3734 | | |
3735 | | - | |
3736 | 3735 | | |
3737 | 3736 | | |
3738 | 3737 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1941 | 1941 | | |
1942 | 1942 | | |
1943 | 1943 | | |
1944 | | - | |
1945 | 1944 | | |
1946 | 1945 | | |
1947 | 1946 | | |
| |||
0 commit comments