[issue21176] Implement matrix multiplication operator (PEP 465)

Alexander Belopolsky report at bugs.python.org
Tue Apr 8 07:23:04 CEST 2014


Alexander Belopolsky added the comment:

Thanks for stepping in.  From a quick look at your patch I don't see anything that I would do much differently.

I noticed some whitespace issues in Include/token.h:

-#define AT              49	
-#define RARROW          50
-#define ELLIPSIS        51
+#define AT              49
+#define ATEQUAL		50
+#define RARROW          51
+#define ELLIPSIS        52

(Are you sure you want to re-enumerate RARROW and ELLIPSIS? Why not just give ATEQUAL the value of 52?)

----------

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


More information about the Python-bugs-list mailing list