I took liberty and reposted this as an "ENH" issue on the Python bug
tracker.

http://bugs.python.org/issue21176


On Mon, Apr 7, 2014 at 7:23 PM, Nathaniel Smith <n...@pobox.com> wrote:

> 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.
>
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to