PetterS / quickjs

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

Segfault using empty Object #117

Open qwenger opened 2 years ago

qwenger commented 2 years ago
>>> import quickjs
>>> quickjs.Object().json()

Segmentation fault (core dumped)