mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #1717, continued: Doc fixes and other cleanup related
to renaming of tp_compare.
This commit is contained in:
parent
7f42395b6d
commit
9f9892648f
9 changed files with 25 additions and 36 deletions
|
@ -39,7 +39,7 @@ static PyTypeObject ShoddyType = {
|
|||
0, /* tp_print */
|
||||
0, /* tp_getattr */
|
||||
0, /* tp_setattr */
|
||||
0, /* tp_compare */
|
||||
0, /* tp_reserved */
|
||||
0, /* tp_repr */
|
||||
0, /* tp_as_number */
|
||||
0, /* tp_as_sequence */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue