[issue21176] Implement matrix multiplication operator (PEP 465)

Alexander Belopolsky report at bugs.python.org
Tue Apr 8 04:51:35 CEST 2014


New submission from Alexander Belopolsky:

[Nathaniel Smith at numpy-discussion]

Guido just formally accepted PEP 465:
  https://mail.python.org/pipermail/python-dev/2014-April/133819.html
  http://legacy.python.org/dev/peps/pep-0465/#implementation-details

Yay.

The next step is to implement it, in CPython and in numpy. I have time
to advise on this, but not to do it myself, so, any volunteers? Ever
wanted to hack on the interpreter itself, with BDFL guarantee your
patch will be accepted (if correct)?

The todo list for CPython is here:
    http://legacy.python.org/dev/peps/pep-0465/#implementation-details
There's one open question which is where the type slots should be
added. I'd just add them to PyNumberMethods and then if someone
objects during patch review it can be changed.

----------
assignee: belopolsky
components: Interpreter Core
messages: 215724
nosy: belopolsky
priority: normal
severity: normal
stage: needs patch
status: open
title: Implement matrix multiplication operator (PEP 465)
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21176>
_______________________________________


More information about the Python-bugs-list mailing list