I see! That definitely helps. What about a call to 
PyObject_CallMethodObjArgs()? Under the hood, is it really the same as a first 
call to PyObject_GetAttr() to get an attribute which is followed by another 
call to PyObject_Call()? I read Objects/call.c and seems to me this is the 
case. I'm asking because with Py_VaBuildValue() the only to simulate 
Py_CallMethodObjArgs() is the two-way call described above.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/HFVMU4WX2QK3RIIAENMFFCOYLFHNDBZK/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to