call site 12 for io.StdCapture.reset
io/test/test_stdcapture.py - line 36
33
34
35
36
37
   def test_capturing_twice_error(self):
       cap = self.getcapture() 
       print "hello"
->     cap.reset()
       py.test.raises(EnvironmentError, "cap.reset()")