Commit 98920e36 authored by gsamain's avatar gsamain Committed by Xavier Thompson

Make SimpleCallNode able to autolock/checklock correctly with the tracked states

parent 8d41f2e0
......@@ -5807,6 +5807,7 @@ class SimpleCallNode(CallNode):
explicit_cpp_self = None
rlocked = False
wlocked = False
tracked_state = True # Something random, anything that is not None
def compile_time_value(self, denv):
function = self.function.compile_time_value(denv)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment