Fixed infinite recursion when parsing complex BNF node

This commit is contained in:
2020-06-23 15:22:27 +02:00
parent 912455c343
commit 7310bc5522
28 changed files with 1082 additions and 276 deletions
+1
View File
@@ -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()