commit | 73520d57ebfb1272d009a070191e749caebf64ae | [log] [tgz] |
---|---|---|
author | Giampaolo Rodola' <g.rodola@gmail.com> | Wed Dec 14 13:34:26 2011 +0100 |
committer | Giampaolo Rodola' <g.rodola@gmail.com> | Wed Dec 14 13:34:26 2011 +0100 |
tree | 1a8febdb66d40004af7a2668bd5b7d1249602cf5 | |
parent | a23d65ccfe3b8f618bf3dde4d0d27895e764367e [diff] [blame] |
Fix #8684: make sched.scheduler class thread-safe
diff --git a/Misc/NEWS b/Misc/NEWS index bf7399d..a7a3506 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -409,6 +409,9 @@ Library ------- +- Issue #8684 sched.scheduler class can be safely used in multi-threaded + environments. + - Alias resource.error to OSError ala PEP 3151. - Issue #5689: Add support for lzma compression to the tarfile module.