Feature or enhancement
Proposal:
The interpreters API already supports efficiently sharing of most immutable builtins.
I think it would be useful to extend support to the rest as well:
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
Feature or enhancement
Proposal:
The interpreters API already supports efficiently sharing of most immutable builtins.
I think it would be useful to extend support to the rest as well:
frozensetsimilar to how tuples are handled (gh-111623 Serialize tuples with sub interpreters #111628)frozendictas proposed in Cross-interpreter support for efficient sharing of frozendicts #148234complexgh-157047: Support sharing ofcomplextypes in subinterpreters #157051slice?range?NotImplementedandEllipsisas implemented in Support sharingNotImplementedsingletons in subinterpreters #118965 though might be less useful in practiceHas this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
complextypes in subinterpreters #157051