101
101
caller = sys._getframe(stacklevel)
102
102
reported_file = caller.f_globals['__file__']
103
103
reported_lineno = caller.f_lineno
105
105
# The call we're tracking occurred the line after we grabbed the
108
108
self.overrideAttr(symbol_versioning, 'warn', test_caller)
109
109
# Grab the current lineno
110
110
self.lineno = sys._getframe().f_lineno