We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bd47fc + 10bcb5b commit 2dbad18Copy full SHA for 2dbad18
garlicsim/garlicsim/general_misc/context_managers/reentrant_context_manager.py
@@ -13,7 +13,8 @@
13
from garlicsim.general_misc.proxy_property import ProxyProperty
14
15
from .context_manager import ContextManager
16
-
+# blocktodo: need tests on whether `depth` is increased before or after
17
+# `__enter__` and `__exit__`. Was relevant in freezers.
18
19
class ReentrantContextManager(ContextManager):
20
'''
0 commit comments