PetterS / quickjs

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

Threading and check_memory #93

Open qwenger opened 2 years ago

qwenger commented 2 years ago

the check_memory.py script gives spurious non-freed objects in relation with threading. Investigate which test(s) create(s) those effects and whether we can solve them.