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/>
index | next in thread | previous in thread | raw e-mail
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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263939-21822-ebgD9Smk5v>
