PetterS / quickjs

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

Use JS_UpdateStackTop to fix testing errors on Windows #109

Closed qwenger closed 2 years ago

qwenger commented 2 years ago

Without it, the FunctionTest.test_execute_pending_job unit test fails (obj is not updated).