mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
This commit is contained in:
parent
2aad6ef774
commit
d51374ed78
42 changed files with 803 additions and 442 deletions
|
@ -73,3 +73,5 @@ offsetof(PyHeapTypeObject, ht_type.tp_traverse),
|
|||
offsetof(PyHeapTypeObject, ht_type.tp_members),
|
||||
offsetof(PyHeapTypeObject, ht_type.tp_getset),
|
||||
offsetof(PyHeapTypeObject, ht_type.tp_free),
|
||||
offsetof(PyHeapTypeObject, as_number.nb_matrix_multiply),
|
||||
offsetof(PyHeapTypeObject, as_number.nb_inplace_matrix_multiply),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue