[Python-Dev] PEP 465: A dedicated infix operator for matrix multiplication

Robert Kern robert.kern at gmail.com
Mon Apr 7 22:03:13 CEST 2014


On 2014-04-07 19:54, francis wrote:
>
>>
>> So, I guess as far as I'm concerned, this is ready to go. Feedback
> welcome:
>>    http://legacy.python.org/dev/peps/pep-0465/
>>
>
> Hi,
> just curiosity: why is the second parameter 'o2' in:
>
> PyObject* PyObject_MatrixMultiply(PyObject *o1, PyObject o2)
>
> not a pointer to PyObject?

Typo, I'm fairly certain.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco



More information about the Python-Dev mailing list