]> granicus.if.org Git - python/commit
bpo-37194: Add PyObject_CallNoArgs() rationale (GH-14159)
authorVictor Stinner <vstinner@redhat.com>
Mon, 17 Jun 2019 15:15:36 +0000 (17:15 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2019 15:15:36 +0000 (17:15 +0200)
commit5352cc41fa4eb5f0dc847709392e88473b8593b0
tree52e61a0ba8c225290589b6907606004e67db54cc
parent1b8a46d59734a77cd1f5ffcf3bdfcaafd58a87e7
bpo-37194: Add PyObject_CallNoArgs() rationale (GH-14159)

Explain in the doc why PyObject_CallNoArgs() should be preferred over
other existing ways to call a function without any arguments.
Doc/c-api/object.rst
Doc/whatsnew/3.9.rst