[Bug 263939] python3.8 os.sched_getaffinity(0); broken?

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 12 May 2022 20:47:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263939

--- Comment #7 from Dmitry Chagin <dchagin@FreeBSD.org> ---
dchagin@mordor:~ % python3.8
Python 3.8.13 (default, Apr  5 2022, 02:04:31) 
[Clang 13.0.0 (git@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.