| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Fix warnings like: * py:data reference target not found: Py_Version * c:func reference target not found: malloc
|
Docs / Docs job failed with: Warning: c:identifier reference target not found: va_list Warning: c:identifier reference target not found: va_list Warning: c:identifier reference target not found: va_list |
Sorry, something went wrong.
No, you misread the CI information. This is what you need to fix ;) Congratulations! You improved: Doc/c-api/apiabiversion.rst Please remove from Doc/tools/.nitignore |
Sorry, something went wrong.
| for the ``s`` and ``s#`` formats, the required data is copied. Buffers provided | ||
| by the caller are never referenced by the objects created by | ||
| :c:func:`Py_BuildValue`. In other words, if your code invokes :c:func:`malloc` | ||
| :c:func:`Py_BuildValue`. In other words, if your code invokes :c:func:`!malloc` |
There was a problem hiding this comment.
This is not needed; malloc is in the nitignore list in Doc/conf.py.
| :c:func:`Py_BuildValue`. In other words, if your code invokes :c:func:`!malloc` | |
| :c:func:`Py_BuildValue`. In other words, if your code invokes :c:func:`malloc` |
Sorry, something went wrong.
There was a problem hiding this comment.
I saw warnings on this function on this documentation page. Maybe the PR was outdated, I don't recall the details.
I didn't know nitignore, that sounds very useful!
Sorry, something went wrong.
| :c:func:`Py_BuildValue`. In other words, if your code invokes :c:func:`!malloc` | ||
| and passes the allocated memory to :c:func:`Py_BuildValue`, your code is | ||
| responsible for calling :c:func:`free` for that memory once | ||
| responsible for calling :c:func:`!free` for that memory once |
There was a problem hiding this comment.
Ditto. See Doc/conf.py
| responsible for calling :c:func:`!free` for that memory once | |
| responsible for calling :c:func:`free` for that memory once |
Sorry, something went wrong.
|
I reworked this change into a serie of changes: I created issue #107298. I abandon this PR. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fix warnings like:
📚 Documentation preview 📚: https://cpython-previews--107164.org.readthedocs.build/