<removed>
Diff to Previous Revision
--- revision 2 2009-03-28 23:35:10 +++ revision 3 2011-07-27 05:04:42 @@ -1,15 +1,1 @@ -import sys - -### main body of code -### running in a single -### thread goes here - -try: - sys.setcheckinterval(sys.maxint) - # statements in this block are - # assured to run atomically -finally: - sys.setcheckinterval(100) - -### rest of code in the thread -### goes here +<removed>