-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal runtime error: stack overflow
when running a test that makes use of astroid
#1
Comments
Hey! I'm sorry you're having issues. Unfortunately, I can't reproduce the problem you're having. I have added your examples as tests, and they are passing in CI (bdd55e3). I also cannot reproduce when I run locally on Windows 11, with Rust 1.81 or Nightly, and with Python 3.12 or 3.13. Does it happen every time you run it? Or does it sometimes succeed? |
Building with the latest version of the repository seems to fix things:
Or at the very least, I now get a different panic:
Shall I raise a separate issue for this error? Thanks |
Output:
Pyproject.toml:
test_empty.py:
Another example giving the same results:
pyproject.toml:
test_yarl.py:
This is on Apple Silicon / Mac OS v14.7.1 (23H222):
Any other information I can provide to be of assistance?
The text was updated successfully, but these errors were encountered: