| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
You ignored the PR template, so I'm going to assume that this PR has been made with agentic AI. We don't allow that here, because we prefer to talk to humans. |
Sorry, something went wrong.
|
@jorenham My apologies for skipping the PR template — that was my mistake. You're right that agentic AI was involved in drafting this PR, and I should have disclosed that upfront and followed the template. I'll make sure to do so in future contributions. Thanks for your time reviewing. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
np.vdot on zero-length object arrays returns None instead of 0,
matching the same bug that was fixed in vecdot (#31033).
Add a zero-length guard in OBJECT_vdot to return PyLong_FromLong(0),
consistent with the numeric type behavior.
Closes #31735.