summary refs log tree commit diff stats
path: root/test2.py
diff options
context:
space:
mode:
Diffstat (limited to 'test2.py')
-rw-r--r--test2.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test2.py b/test2.py
new file mode 100644
index 00000000..21c5a5f9
--- /dev/null
+++ b/test2.py
@@ -0,0 +1,7 @@
+from code import cli
+import signal
+
+with cli.lock:
+	with cli.lock:
+		print("this will be delayed forever")
+	print("hi!")