profile: prevent a crash
For some unknown reason, self.lineno
can be None. The previous code crashed in
such case, we now ignore the case, as we do for other error in this function.
For some unknown reason, self.lineno
can be None. The previous code crashed in
such case, we now ignore the case, as we do for other error in this function.