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

statically allocate (and initialize) the top-level structures #178

Closed
Tracked by #176
ericsnowcurrently opened this issue Dec 13, 2021 · 1 comment
Closed
Tracked by #176
Assignees

Comments

@ericsnowcurrently
Copy link
Collaborator

ericsnowcurrently commented Dec 13, 2021

  • _PyRuntimeState.interpreters.main
  • the initial per-interpreter PyThreadState
@ericsnowcurrently
Copy link
Collaborator Author

ericsnowcurrently commented Dec 13, 2021

structure: python/cpython#29883
init (runtime): python/cpython#30587
init (interp): python/cpython#30589
init (tstate): python/cpython#30590

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant