New submission from Ruth Aydt :
Section 1.6 "Calling Python Functions from C" in the Extending and
Embedding Python, 2.6.1 guide talks about "PyEval_CallObject". But, I
can't find it anywhere else in the 2.6 doc set.
I did see in PEP 3100 that the function is
New submission from Ruth Aydt :
Python/C API Documentation for 2.6.1
Chapter 2, 3rd paragraph.
"On particular issue..." should be "One particular issue..."
--
assignee: georg.brandl
components: Documentation
messages: 82572
nosy: aydt, georg.brandl
severity: norma
New submission from Ruth Aydt :
In Section 1.2.1 of the 2.6.1 Python/C API documentation, I believe
there is a typo.
First sentence in second paragraph in "Reference Count Details" subsection.
"... function passes it a reference..." should be
"... funct