call site 1 for _thread.ThreadOut.deinstall
thread/testing/test_io.py - line 11
8
9
10
11
12
   def test_threadout_install_deinstall():
       old = sys.stdout
       out = ThreadOut(sys, 'stdout')
->     out.deinstall()
       assert old == sys.stdout