Skip to content

Commit 9f8c68f

Browse files
committed
update the news entry
1 parent 46635a4 commit 9f8c68f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Don't crash / raise segfault when compiling an AST with recursive fields.
1+
When compiling :class:`ast.AST` objects with recursive references
2+
through :func:`compile`, the interpreter doesn't crash anymore instead
3+
it raises a :exc:`RecursionError`.

0 commit comments

Comments
 (0)