PEP 510: minor fixes
This commit is contained in:
parent
ec95a9ac51
commit
f916adc862
|
@ -262,11 +262,11 @@ Changes
|
|||
Changes to the Python C API:
|
||||
|
||||
* Add a ``PyFuncGuardObject`` object and a ``PyFuncGuard_Type`` type
|
||||
* Add a ``PySpecializedFunc`` structure
|
||||
* Add a ``PySpecializedCode`` structure
|
||||
* Add the following fields to the ``PyFunctionObject`` structure::
|
||||
|
||||
Py_ssize_t nb_specialized;
|
||||
PyObject *specialized; /* array of PySpecializedFunc objects */
|
||||
PySpecializedCode *specialized;
|
||||
|
||||
* Add function methods:
|
||||
|
||||
|
|
Loading…
Reference in New Issue