PetterS / quickjs

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

Check that proper types are used #108

Open qwenger opened 2 years ago

qwenger commented 2 years ago

E.g. do not use int where a function returns Py_ssize_t.