You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some code that seems to be causing pathological behavior in pytype that results in it looping for >2 minutes until it eventually OOMs on a 4G VM. I've attached a stripped down repro that I think is minimal; almost any change eliminates this behavior.
I have some code that seems to be causing pathological behavior in pytype that results in it looping for >2 minutes until it eventually OOMs on a 4G VM. I've attached a stripped down repro that I think is minimal; almost any change eliminates this behavior.
$ pytype --version
2024.09.13
$ python --version
Python 3.12.3
The text was updated successfully, but these errors were encountered: