mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Issue #26900: Excluded underscored names and other private API from limited API.
This commit is contained in:
parent
c16595e567
commit
9fab79bcb5
21 changed files with 74 additions and 15 deletions
|
|
@ -2176,8 +2176,7 @@ New ``calloc`` functions were added:
|
|||
|
||||
* :c:func:`PyMem_RawCalloc`,
|
||||
* :c:func:`PyMem_Calloc`,
|
||||
* :c:func:`PyObject_Calloc`,
|
||||
* :c:func:`_PyObject_GC_Calloc`.
|
||||
* :c:func:`PyObject_Calloc`.
|
||||
|
||||
(Contributed by Victor Stinner in :issue:`21233`.)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue