Skip to content

Commit 9f3f700

Browse files
authored
Ensure seq type iterators don't reach recursion limit (#445)
* Ensure seq type iterators don't reach recursion limit * Formatting * Bump deps * Fix MyPy type ignores
1 parent edd7e17 commit 9f3f700

File tree

7 files changed

+160
-128
lines changed

7 files changed

+160
-128
lines changed

Pipfile.lock

Lines changed: 84 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/basilisp/_pyast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import sys
2-
from ast import ( # type: ignore # noqa
2+
from ast import ( # noqa
33
AST,
44
Add,
55
And,

0 commit comments

Comments
 (0)