https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263939
--- Comment #7 from Dmitry Chagin <dcha...@freebsd.org> --- dchagin@mordor:~ % python3.8 Python 3.8.13 (default, Apr 5 2022, 02:04:31) [Clang 13.0.0 (g...@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a on freebsd14 Type "help", "copyright", "credits" or "license" for more information. >>> import os; >>> >>> os.sched_getaffinity(0); {0, 1, 2, 3} >>> len(os.sched_getaffinity(0)); 4 >>> fixed, thanks. close please -- You are receiving this mail because: You are the assignee for the bug.