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
fix: release buffer on tp_alloc failure in vectorcall functions
When _parse_fastcall_args succeeds but tp_alloc subsequently fails,
the acquired buffer was leaked. Now release buf/buf_owner before
returning NULL in all four vectorcall functions.
0 commit comments