-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Add frozendict test in Lib/test/test_crossinterp.py #149219
Copy link
Copy link
Closed
Labels
3.15pre-release feature fixes, bugs and security fixespre-release feature fixes, bugs and security fixestestsTests in the Lib/test dirTests in the Lib/test dirtopic-subinterpreterstype-featureA feature request or enhancementA feature request or enhancement
Metadata
Metadata
Assignees
Labels
3.15pre-release feature fixes, bugs and security fixespre-release feature fixes, bugs and security fixestestsTests in the Lib/test dirTests in the Lib/test dirtopic-subinterpreterstype-featureA feature request or enhancementA feature request or enhancement
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done
Currectly there are plans to add special handling of
frozendictto subinterpreters. #148234While it is not implemented, we should test that
frozendictjust works inLib/test/test_crossinterp.py. Especially given that 3.15 feature freeze is coming soon.I have a PR ready :)
Linked PRs
frozendictinLib/test/test_crossinterp.py#149220frozendictinLib/test/test_crossinterp.py(GH-149220) #150186