This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky
Date 2014-04-08.02:51:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396925495.01.0.281917881542.issue21176@psf.upfronthosting.co.za>
In-reply-to
Content
[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.
History
Date User Action Args
2014-04-08 02:51:35belopolskysetrecipients: + belopolsky
2014-04-08 02:51:35belopolskysetmessageid: <1396925495.01.0.281917881542.issue21176@psf.upfronthosting.co.za>
2014-04-08 02:51:34belopolskylinkissue21176 messages
2014-04-08 02:51:33belopolskycreate