[Python-Dev] PEP 465: A dedicated infix operator for matrix multiplication
Nathaniel Smith
njs at pobox.com
Mon Apr 7 03:41:29 CEST 2014
Hi all,
I've just finished updating PEP 465 with resolutions to the various
issues that were raised during the python-ideas thread about it. (The
main changes since that thread are that @@ has been removed, and we
now definitely propose that @ have the same precedence and
associativity as *.)
I believe this leaves only one open question, which is where exactly
to stick the new matmul slots into PyTypeObject. This is the kind of
fiddly detail that can easily be settled later if the PEP is accepted,
though.
So, I guess as far as I'm concerned, this is ready to go. Feedback welcome:
http://legacy.python.org/dev/peps/pep-0465/
-n
--
Nathaniel J. Smith
Postdoctoral researcher - Informatics - University of Edinburgh
http://vorpus.org
More information about the Python-Dev
mailing list