commit | 5f32b236f1f048b4a03dc677466cbdb15e1843de | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Oct 10 19:34:46 2015 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Oct 10 19:34:46 2015 -0700 |
tree | 6c815f0aadcdbb33a0bdc68a93304c8d92c6bbe2 | |
parent | 4ed35fc4f31ebbdb25ba5e1291de77f4095c33d0 [diff] |
use the with statement for locking the internal condition (closes #25362) Patch by Nir Soffer.