We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef8d9a commit 8eb27ccCopy full SHA for 8eb27cc
1 file changed
Doc/library/functions.rst
@@ -248,6 +248,12 @@ section.
248
character. This is to facilitate detection of incomplete and complete
249
statements in the :mod:`code` module.
250
251
+ .. warning::
252
+
253
+ It is possible to crash the Python interpreter with a
254
+ sufficiently large/complex string when compiling to an AST
255
+ object due to stack depth limitations in Python's AST compiler.
256
257
.. versionchanged:: 2.3
258
The *flags* and *dont_inherit* arguments were added.
259
0 commit comments