Fixed infinite recursion when parsing complex BNF node
This commit is contained in:
Vendored
+1
@@ -262,6 +262,7 @@ class CacheManager:
|
||||
|
||||
def reset(self, cache_only):
|
||||
"""For unit test speed enhancement"""
|
||||
self.clear()
|
||||
self.cache_only = cache_only
|
||||
self.caches.clear()
|
||||
self.concept_caches.clear()
|
||||
|
||||
Reference in New Issue
Block a user