]> granicus.if.org Git - python/commit
Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 Aug 2012 14:16:35 +0000 (16:16 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 Aug 2012 14:16:35 +0000 (16:16 +0200)
commit848698727fcbb633246b56ab57080b4d5493c186
treeaf5543aa381427085e745fc5c139c94ea15b94ee
parenta0e3febe5ae4b01f2076d1f0f09b76f366611a16
Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and
os.sched_setaffinity now use regular sets of integers to represent the
CPUs a process is restricted to.
Doc/library/os.rst
Lib/test/test_posix.py
Misc/NEWS
Modules/posixmodule.c