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 f2fffd4 commit fc5e095Copy full SHA for fc5e095
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