Skip to content

Missing _thread._is_main_interpreter() #390

Closed
@ericsnowcurrently

Description

@ericsnowcurrently

(See python/cpython#112826.)

In the CPython main branch (i.e. 3.13+), as of python/cpython#112661, the threading module expects the _thread module to provide _is_main_interpreter(). Apparently it doesn't.

I'd like to make sure that gets fixed as soon as possible. I'd be glad to open a PR but it would help to first have some instruction on where to look for the relevant code.

FYI, the same expectation applies with the upcoming CPython 3.12.1 release, as of python/cpython#110707.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions