Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-132413: Fix crash in _datetime when used at shutdown#132599
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
neonene wants to merge41 commits intopython:mainChoose a base branch fromneonene:fix-132413
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
+293 −96
Open
Changes from1 commit
Commits
Show all changes
41 commits Select commitHold shift + click to select a range
a2d90ae
Update datetimetester.py
neonene37d317f
Make interp-dict have a strong ref to the module
neonene44d09c9
Fix exc leak
neonene19326d4
📜🤖 Added by blurb_it.
blurb-it[bot]c74251d
Merge branch 'main' into fix-132413
neonenef805ec7
Add assertion in test
neonene1539cc6
More assertion
neonenee6aa018
Allow only module's exec() to create interp-dict
neonene5141a76
Safer ref cycle between mod and interp-dict
neonene76cc153
Respect interp-dict held in module state
neonenee5bb7c8
Update _datetimemodule.c
neonene2645282
Merge branch 'main' into fix-132413
neonene87aa7a2
Update datetimetester.py
neoneneb425bc8
Reword
neonene19de232
typo
neonenef7b78d9
Reword
neonene05811bb
Cleanup
neonene1416c6f
Merge branch 'main' into fix-132413
neonene351ac36
assert(!_Py_IsInterpreterFinalizing())
neonene0e4a263
Add tests
neonenefa0cc40
Update tests
neonene0377764
Take account of interp restart
neonene9af13a6
Add subinterp tests
neonene124d650
Fix tests for free-threaded builds
neonenec490586
Nit
neonene29c45a3
Merge branch 'main' into fix-132413
neonenedb47683
Make tests generic
neoneneddd1635
Fix warnings
neonene746bf85
Update tests
neonene1cdaf5a
Merge branch 'main' into fix-132413
neonenea8f76fa
Revert to original (main)
neonenec7fc55e
Convert IsoCalendarDate to static type (3.12)
neoneneb3d8a8e
Merge branch 'main' into fix-132413
neonene539cfed
Fix warning
neonenef2373f4
Merge branch 'main' into fix-132413
neonened9f8544
Fix refleaks
neonene07ca91f
Ditto
neonene13b065f
Move up a function
neonene0052451
Smaller patch for tests
neonenefb29db1
Merge branch 'main' into fix-132413
neonened2e2a11
Add a non-issue test case (closure)
neoneneFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Revert to original (main)
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commita8f76faad85906c08ef6df2ecb1b605a7d67e31c
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
28 changes: 0 additions & 28 deletionsLib/test/test_embed.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.