PEP 510: minor fixes

This commit is contained in:
Victor Stinner 2016-01-12 22:46:36 +01:00
parent ec95a9ac51
commit f916adc862
1 changed files with 2 additions and 2 deletions

View File

@ -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: