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
kwargs was broken by a check for the number of given arguments. Only
apply this check if no arbitary number of keyword arguments are allowed
by a "**" parameter of `#[args(...)`.
ClosesPyO3#318
kwargs was broken by a check for the number of given arguments. Only
apply this check if no arbitary number of keyword arguments are allowed
by a "**" parameter of `#[args(...)`.
ClosesPyO3#318
kwargs was broken by a check for the number of given arguments. Only
apply this check if no arbitary number of keyword arguments are allowed
by a "**" parameter of `#[args(...)`.
ClosesPyO3#318
https://stackoverflow.com/questions/54015328/calling-from-python-rust-function-with-kwargs-fails
🌍 Environment
rustc --version
): 1.33.0-nightly 2018-12-22💥 Reproducing
Install using
pyo3-pack
.The text was updated successfully, but these errors were encountered: