##// END OF EJS Templates
ui: drop values returned by inspect.*frame*() to avoid cycles...
Jun Wu -
r29762:96bd27eb default
parent child Browse files
Show More
@@ -1175,6 +1175,7 b' class ui(object):'
1175 1175 % ((msg,) + calframe[stacklevel][1:4]))
1176 1176 self.log('develwarn', '%s at: %s:%s (%s)\n',
1177 1177 msg, *calframe[stacklevel][1:4])
1178 curframe = calframe = None # avoid cycles
1178 1179
1179 1180 def deprecwarn(self, msg, version):
1180 1181 """issue a deprecation warning
General Comments 0
You need to be logged in to leave comments. Login now