]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix #8684: make sched.scheduler class thread-safe
authorGiampaolo Rodola' <g.rodola@gmail.com>
Wed, 14 Dec 2011 12:34:26 +0000 (13:34 +0100)
committerGiampaolo Rodola' <g.rodola@gmail.com>
Wed, 14 Dec 2011 12:34:26 +0000 (13:34 +0100)
commit73520d57ebfb1272d009a070191e749caebf64ae
tree1a8febdb66d40004af7a2668bd5b7d1249602cf5
parenta23d65ccfe3b8f618bf3dde4d0d27895e764367e
Fix #8684: make sched.scheduler class thread-safe
Doc/library/sched.rst
Doc/whatsnew/3.3.rst
Lib/sched.py
Misc/NEWS