]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 3 Apr 2022 15:30:39 +0000 (08:30 -0700)
committerGitHub <noreply@github.com>
Sun, 3 Apr 2022 15:30:39 +0000 (08:30 -0700)
commit490ccbd6e0e5aad07a40c79a6b0c45ffca91724b
tree39657c7a2edb09d3e974a4e2b2ec32a1607c7540
parentb5092350b2f70ec3519761c60f7399ebcc04ebed
bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)

(cherry picked from commit b82cdd1dac9a9be52051abd90a1ce69236ac41f4)

Co-authored-by: Christian Heimes <christian@python.org>
Lib/test/test_posix.py
Misc/NEWS.d/next/Tests/2022-04-03-14-38-21.bpo-47205.hbbTnh.rst [new file with mode: 0644]