Nick Coghlan wrote:
> 
> And how...
> 
>    case Ellipsis_kind:
>      ADDOP_O(c, LOAD_CONST, Py_Ellipsis, consts)
>      break;
> 
> Just a couple of minor details missing, like, oh, compiling the actual 
> subscript operation :)
> 
> Bug here: http://www.python.org/sf/1448804
> 
> (assigned to myself, since I already wrote a test for it and worked out where 
> to fix it)

Fabulous!  The fix committed to SVN seems to work.

Now, all of numpy's unit tests are passing with Python 2.5a0.

Great work, thank you.

-Travis

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to