Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

expose platform-specificPRIO_DARWIN_* constants for core type selection on macOS inos module. #103545

Closed
Labels
@glyph

Description

@glyph

Feature or enhancement

As described inthis stack overflow answer, the way to select "efficiency" vs. "performance" cores on Apple Silicon macOS machines is to usesetpriority. However, you need to use custom platform-specific constants to do this, specifically,PRIO_DARWIN_BG, and eitherPRIO_DARWIN_THREAD orPRIO_DARWIN_PROCESS.

Pitch

It's just a few integer constants and it would expose a pretty important bit of power-efficiency/performance-tuning functionality for Python.

Previous discussion

No previous discussion anywhere, this seems like a fairly minor addition. This platform-specific functionality seems consistent with the way these functions are already treated, given thatos.PRIO_* are already "Unix, not Emscripten, not WASI".

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp