beesound
Results
1
issues of
beesound
### Steps to reproduce from py_mini_racer import py_mini_racer ctx = py_mini_racer.MiniRacer() print(ctx.eval('1+1')) del ctx  ### Expected behavior This program can't stop, it seems that some thread is not over....
bug