lean-dojo / LeanDojo

Tool for data extraction and interacting with Lean programmatically.
https://leandojo.org
MIT License
536 stars 80 forks source link

Use `pexpect` instead of `signal` in dojo.py #180

Closed yangky11 closed 2 months ago

yangky11 commented 2 months ago

This is to work around the limitation that signal can only be used in the main thread.