Thanks to visit codestin.com Credit goes to github.com
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 7a7f100 commit f7a6ff6Copy full SHA for f7a6ff6
1 file changed
Doc/library/functions.rst
@@ -274,6 +274,12 @@ are always available. They are listed here in alphabetical order.
274
character. This is to facilitate detection of incomplete and complete
275
statements in the :mod:`code` module.
276
277
+ .. warning::
278
+
279
+ It is possible to crash the Python interpreter with a
280
+ sufficiently large/complex string when compiling to an AST
281
+ object due to stack depth limitations in Python's AST compiler.
282
283
.. versionchanged:: 3.2
284
Allowed use of Windows and Mac newlines. Also input in ``'exec'`` mode
285
does not have to end in a newline anymore. Added the *optimize* parameter.
0 commit comments