call site 5 for test.raises
code/testing/test_source.py - line 203
202
203
   def test_offsetless_synerr(self):
->     py.test.raises(SyntaxError, py.code.compile, "lambda a,a: 0", mode='eval')