Skip to content

[3.7] bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) - #14158

Merged
vstinner merged 1 commit into
python:3.7from
vstinner:capi_call_doc37
Jun 17, 2019
Merged

[3.7] bpo-37194: Complete PyObject_CallXXX() docs (GH-14156)#14158
vstinner merged 1 commit into
python:3.7from
vstinner:capi_call_doc37

Conversation

@vstinner

@vstinner vstinner commented Jun 17, 2019

Copy link
Copy Markdown
Member

Mention explicitly that PyObject_CallXXX() functions raise an
exception an failure.

(cherry picked from commit 1ce2656)

https://bugs.python.org/issue37194

Mention explicitly that PyObject_CallXXX() functions raise an
exception an failure.

(cherry picked from commit 1ce2656)
@bedevere-bot bedevere-bot added skip news docs Documentation in the Doc dir labels Jun 17, 2019
@vstinner
vstinner merged commit ac4202e into python:3.7 Jun 17, 2019
@vstinner
vstinner deleted the capi_call_doc37 branch June 17, 2019 13:24
@wbolster

Copy link
Copy Markdown
Contributor

@vstinner it seems the new functions are missing from data/refcounts.dat, causing docs like this one for PyObject_CallNoArgs to not have the

Return value: New reference.

... note which is also shown for the older PyObject_Call* functions.

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 skip news

4 participants