This commit is contained in:
Eugene Yurtsev
2024-09-12 10:39:03 -04:00
parent 3b6a4bc0c7
commit 51a693e752

View File

@@ -30,3 +30,5 @@ def is_caller_internal(depth: int = 2) -> bool:
return True
finally:
del frame
return False