@@ -130,7 +130,7 @@ import time
class c1():
c2,c5 = c1(), c1().c3()
def c3(self):
import time as c4
from os import F_OK as c4
c5 = c4
c5 = 1
return c5+1+'asdf'
@@ -145,4 +145,4 @@ c = c1().c3().sleep()
asdf = c1; asdf2 = asdf
b= asdf2
c = b().test()
c = b().c3().F_OK
The note is not visible to the blocked user.