Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing documentation for public C-API function #115653

Closed
wrongnull opened this issue Feb 19, 2024 · 1 comment
Closed

Missing documentation for public C-API function #115653

wrongnull opened this issue Feb 19, 2024 · 1 comment
Labels
3.12 bugs and security fixes 3.13 bugs and security fixes docs Documentation in the Doc dir topic-C-API

Comments

@wrongnull
Copy link
Contributor

wrongnull commented Feb 19, 2024

Documentation

There are no documentation for the PyCode_GetFirstFree and incorrect return type for PyCode_GetNumFree

Linked PRs

@wrongnull wrongnull added the docs Documentation in the Doc dir label Feb 19, 2024
@Eclips4 Eclips4 added topic-C-API 3.12 bugs and security fixes 3.13 bugs and security fixes labels Feb 19, 2024
vstinner pushed a commit that referenced this issue Feb 21, 2024
Correct the return type of the PyCode_GetNumFree() documentation.
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Feb 21, 2024
Correct the return type of the PyCode_GetNumFree() documentation.
(cherry picked from commit 10fc467)

Co-authored-by: Bogdan Romanyuk <65823030+wrongnull@users.noreply.github.com>
@erlend-aasland
Copy link
Contributor

Backport PR is approved and queued for merge. Closing.

vstinner pushed a commit that referenced this issue Feb 21, 2024
gh-115653: Document PyCode_GetFirstFree() (GH-115654)

Correct the return type of the PyCode_GetNumFree() documentation.
(cherry picked from commit 10fc467)

Co-authored-by: Bogdan Romanyuk <65823030+wrongnull@users.noreply.github.com>
woodruffw pushed a commit to woodruffw-forks/cpython that referenced this issue Mar 4, 2024
Correct the return type of the PyCode_GetNumFree() documentation.
diegorusso pushed a commit to diegorusso/cpython that referenced this issue Apr 17, 2024
Correct the return type of the PyCode_GetNumFree() documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.12 bugs and security fixes 3.13 bugs and security fixes docs Documentation in the Doc dir topic-C-API
Projects
None yet
Development

No branches or pull requests

3 participants