Skip to content

Commit 7187d5c

Browse files
committed
Add comp graph caching
1 parent 9cad63f commit 7187d5c

File tree

5 files changed

+363
-238
lines changed

5 files changed

+363
-238
lines changed

coconut/_pyparsing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ def enableIncremental(*args, **kwargs):
263263
else:
264264
_trim_arity = _pyparsing._trim_arity
265265
_ParseResultsWithOffset = _pyparsing._ParseResultsWithOffset
266+
_trim_arity.inspect_tracebacks = False
266267

267268
maybe_make_safe = getattr(_pyparsing, "maybe_make_safe", None)
268269

0 commit comments

Comments
 (0)