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
_PyThread_CurrentFrames() is alright but not optimal, it is definitely possible write own version that would use more optimal (for the purpose of this project) data structures and probably not even require to hold GIL.
The text was updated successfully, but these errors were encountered:
_PyThread_CurrentFrames()
is alright but not optimal, it is definitely possible write own version that would use more optimal (for the purpose of this project) data structures and probably not even require to hold GIL.The text was updated successfully, but these errors were encountered: