You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: reuse PYXXH*_do_update helpers in vectorcall functions
Replace duplicated Py_BEGIN_ALLOW_THREADS/update/Py_END_ALLOW_THREADS/
PyBuffer_Release blocks with calls to existing PYXXH*_do_update helpers.
Reduces code duplication across all four vectorcall implementations.
0 commit comments