X Tutup
The Wayback Machine - https://web.archive.org/web/20240109171002/https://github.com/python/cpython/issues/113696
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

PyObject_CallOneArg and PyObject_CallNoArgs should be marked as returning a new reference #113696

Closed
ordinary-jamie opened this issue Jan 4, 2024 · 1 comment
Labels
docs Documentation in the Doc dir topic-C-API

Comments

@ordinary-jamie ordinary-jamie added the docs Documentation in the Doc dir label Jan 4, 2024
erlend-aasland pushed a commit that referenced this issue Jan 4, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jan 4, 2024
…NoArgs as returning a strong reference (pythonGH-113697)

(cherry picked from commit 1ae7ceb)

Co-authored-by: Jamie Phan <jamie@ordinarylab.dev>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jan 4, 2024
…NoArgs as returning a strong reference (pythonGH-113697)

(cherry picked from commit 1ae7ceb)

Co-authored-by: Jamie Phan <jamie@ordinarylab.dev>
erlend-aasland pushed a commit that referenced this issue Jan 5, 2024
…lNoArgs as returning a strong reference (GH-113697) (#113698)

(cherry picked from commit 1ae7ceb)

Co-authored-by: Jamie Phan <jamie@ordinarylab.dev>
erlend-aasland pushed a commit that referenced this issue Jan 5, 2024
…lNoArgs as returning a strong reference (GH-113697) (#113699)

(cherry picked from commit 1ae7ceb)

Co-authored-by: Jamie Phan <jamie@ordinarylab.dev>
@erlend-aasland
Copy link
Contributor

Thanks, @ordinary-jamie!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir topic-C-API
Projects
None yet
Development

No branches or pull requests

3 participants
X Tutup