]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-103545: Add macOS specific constants for ``os.setpriority`` to ``os`` (#104606)
authorRonald Oussoren <ronaldoussoren@mac.com>
Fri, 19 May 2023 07:15:11 +0000 (09:15 +0200)
committerGitHub <noreply@github.com>
Fri, 19 May 2023 07:15:11 +0000 (09:15 +0200)
commit616fcad6e2e10b0d0252e7f3688e61c468c54e6e
treee967fa271d814f8f3ef741abbf81608b6a09e355
parentfd04bfeaf7a4531120ad450dbd1afc121a2523ee
GH-103545: Add macOS specific constants for ``os.setpriority`` to ``os`` (#104606)

This adds a number of PRIO_DARWIN_* constants to the os module for use with os.setpriority.

---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Doc/library/os.rst
Misc/NEWS.d/next/macOS/2023-05-18-08-52-04.gh-issue-103545.pi5k2N.rst [new file with mode: 0644]
Modules/posixmodule.c