Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2022 20:47:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 263939] python3.8 os.sched_getaffinity(0); broken?
Message-ID:  <bug-263939-21822-ebgD9Smk5v@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263939-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263939-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263939

--- Comment #7 from Dmitry Chagin <dchagin@FreeBSD.org> ---
dchagin@mordor:~ % python3.8
Python 3.8.13 (default, Apr  5 2022, 02:04:31)=20
[Clang 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b66=
9b3a
on freebsd14
Type "help", "copyright", "credits" or "license" for more information.
>>> import os;
>>>=20
>>> os.sched_getaffinity(0);
{0, 1, 2, 3}
>>> len(os.sched_getaffinity(0));
4
>>>

fixed, thanks. close please

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263939-21822-ebgD9Smk5v>