PetterS / quickjs

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

Upgrade QuickJS to 2019-12-21 #14

Closed PetterS closed 4 years ago

PetterS commented 4 years ago

Unfortunately this version segfaults after setting the memory limit; see my message to the mailing list: https://www.freelists.org/post/quickjs-devel/Segfault-in-20191221-when-setting-a-memory-limit

However, this version has a few other really useful additions, such as ?? and ?: operators, so I thought we'd use it anyway. We are not using the memory limit internally.

PetterS commented 4 years ago

Yes, Exception or maybe assertion error would be better.