Skip to content

Support sharing of bool objects in sub interpreters #111435

Closed
@tonybaloney

Description

@tonybaloney

Feature or enhancement

Proposal:

Bool is not a shareable type in the interpreters API.

Python 3.13.0a1+ (heads/master-dirty:66bea2555d, Oct 29 2023, 11:16:00) [GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import _xxsubinterpreters
>>> _xxsubinterpreters.is_shareable(True)
False

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions