-
-
Notifications
You must be signed in to change notification settings - Fork 308
[fix] Fix parsing deeply nested parentheses causes MemoryError #2809
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
[fix] Fix parsing deeply nested parentheses causes MemoryError #2809
Conversation
Pierre-Sassoulas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look great thank you. But we should probably do something more before reaching the memory error to consider the issue fixed.
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2809 +/- ##
=======================================
Coverage 93.31% 93.31%
=======================================
Files 91 91
Lines 11094 11094
=======================================
Hits 10352 10352
Misses 742 742
Flags with carried forward coverage won't be shown. Click here to find out more.
π New features to boost your workflow:
|
|
Co-authored-by: Patcher [email protected] ? |
|
Should I keep this in the commit @Synrom ? (Look like a misconfigured git locally) |
8ad7cdf to
cf2227a
Compare
|
Sorry, I missed that. Fixed it now. Thanks for catching it! π |
Type of Changes
Description
Closes #2643