mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Issue 24180: Documentation for PEP 492 changes.
This commit is contained in:
parent
548de2b210
commit
f3e40fac10
11 changed files with 483 additions and 8 deletions
|
|
@ -80,7 +80,7 @@ Moving on, we come to the crunch --- the type object. ::
|
|||
0, /* tp_print */
|
||||
0, /* tp_getattr */
|
||||
0, /* tp_setattr */
|
||||
0, /* tp_reserved */
|
||||
0, /* tp_as_async */
|
||||
0, /* tp_repr */
|
||||
0, /* tp_as_number */
|
||||
0, /* tp_as_sequence */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue