PetterS / quickjs

Thin Python wrapper of https://bellard.org/quickjs/
https://github.com/bellard/QuickJS
MIT License
177 stars 19 forks source link

Object.__call__ kwargs #86

Open qwenger opened 2 years ago

qwenger commented 2 years ago

object_call accepts keyword arguments but does not use them. Either handle them or disallow them.