diff options
author | Brandt Bucher <brandtbucher@gmail.com> | 2019-06-27 16:10:57 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2019-06-27 16:10:57 (GMT) |
commit | 45a30af109f69a81576b87ea775863ba12d55316 (patch) | |
tree | 34578343231581130fcbd09f49ccebcdb529fdd9 /Misc | |
parent | 97d15b1ee06ce80c4dbda91fb538a89bbcb2bed9 (diff) | |
download | cpython-45a30af109f69a81576b87ea775863ba12d55316.zip cpython-45a30af109f69a81576b87ea775863ba12d55316.tar.gz cpython-45a30af109f69a81576b87ea775863ba12d55316.tar.bz2 |
closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-06-26-22-25-05.bpo-37420.CxFJ09.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-06-26-22-25-05.bpo-37420.CxFJ09.rst b/Misc/NEWS.d/next/Library/2019-06-26-22-25-05.bpo-37420.CxFJ09.rst new file mode 100644 index 0000000..dea1a29 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-06-26-22-25-05.bpo-37420.CxFJ09.rst @@ -0,0 +1,2 @@ +:func:`os.sched_setaffinity` now correctly handles errors that arise during iteration over its ``mask`` argument.
+Patch by Brandt Bucher.
\ No newline at end of file |