spiraldb / ziggy-pydust

A toolkit for building Python extensions in Zig.
https://pydust.fulcrum.so/
Apache License 2.0
411 stars 18 forks source link

Should produce error when non kwargs args follow variadic args #224

Open robert3005 opened 1 year ago

robert3005 commented 1 year ago

Right now we generate the function with nonsensical signature and unclear if a function like this can even be called.

robert3005 commented 1 year ago

This maybe works in python but unclear if pydust argument unpacking handles it