New submission from Brandt Bucher <brandtbuc...@gmail.com>:

Here's a weird one: for the last 8 years, we've defined a function called 
"PyNumber_InMatrixMultiply" in abstract.c. It's a pretty clear misspelling of 
"PyNumber_InPlaceMatrixMultiply", which is *also* defined in that file. There's 
no documentation or tests for it, which further suggests that its inclusion was 
a mistake.

Any new contributors interested in deleting that one line? :)

----------
components: C API
keywords: easy (C)
messages: 405992
nosy: brandtbucher
priority: low
severity: normal
status: open
title: Remove "PyNumber_InMatrixMultiply"
versions: Python 3.11

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45760>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to