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
We now have the _Py_SourceLocation which captures a 4-int source location range. We can use it in symtable instead of passing 4 ints around everywhere.
We now have the
_Py_SourceLocation
which captures a 4-int source location range. We can use it in symtable instead of passing 4 ints around everywhere.Linked PRs
The text was updated successfully, but these errors were encountered: