-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
gh-117398: Statically Allocate the Datetime C-API #119472
Conversation
@ncoghlan, this should alleviate some/all of the crash concerns with the datetime C-API. |
Thanks! |
Thanks @ericsnowcurrently for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @ericsnowcurrently and @encukou, I could not cleanly backport this to
|
GH-119641 is a backport of this pull request to the 3.13 branch. |
This helps us support use in isolated subinterpreters.