-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
gh-117398: Use Per-Interpreter State for the _datetime Static Types #119929
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
Changes from 1 commit
8463ae8
ead0083
4c52d5d
6b291c8
69c7e1f
36dbeea
d0c0b2d
0599dd6
1f1f6fc
d44d6e9
a309474
ede4415
5a8b1aa
3de1cd3
62b3d5e
5c25927
da24674
f8420ea
2a2c0b1
c519e3c
05acc56
07e3b65
1e3005d
ab38857
0fb6bb3
9e4eee6
293fd2e
f0db33a
326d957
04eb383
0e8c3b1
67812dc
e5ab548
4f21a28
0fd9fae
3905ae8
7216e24
349f910
e057548
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7171,6 +7171,7 @@ init_static_types(PyInterpreterState *interp, int reloading) | |
|
|
||
| // XXX Add one callback per type? | ||
| if (PyUnstable_AtExit(interp, callback_for_interp_exit, NULL) < 0) { | ||
| callback_for_interp_exit(NULL); | ||
| return -1; | ||
|
Comment on lines
+7169
to
+7192
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it ok to run
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yep, that should work fine. Good idea.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fixed |
||
| } | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.