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
The handling of kwargs is done in the python wrapper. The native C function
never handled kwargs, it just ignored them. IIRC, the plan was initially to
do this in the C extension, but then we realized that this is very much not
a hot path and doing in the the wrapper is just fine.
0 commit comments