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
fix: this fix resolves an issue where methods incorrectly accessed instance variables instead of global variables when both shared the same name. The erroneous behavior often led to interpreter crashes. The solution ensures proper variable scope resolution within methods
0 commit comments