Skip to content
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

Replace _PyThread_CurrentFrames() with something better #14

Open
AndreiPashkin opened this issue Aug 29, 2020 · 0 comments
Open

Replace _PyThread_CurrentFrames() with something better #14

AndreiPashkin opened this issue Aug 29, 2020 · 0 comments
Labels
enhancement New feature or request research

Comments

@AndreiPashkin
Copy link
Owner

_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.

@AndreiPashkin AndreiPashkin added research enhancement New feature or request labels Aug 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request research
Projects
None yet
Development

No branches or pull requests

1 participant